국비 43일차_1

강지수·2024년 2월 16일
0

국비교육

목록 보기
79/97

지난 시간 복습


JSTL 다운로드

google 검색 - Apache Tomcat 사이트 - JSTL 1.1 version - binaries - jakarta-taglibs-standard-1.1.2.zip 다운로드 -


압축 풀어서 lib - jar 파일을 project - lib 안에 넣기



<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>kjs</title>
</head>
<body>
<h3>jstl1_token.jsp</h3>
<c:forTokens items="이름1,이름1,이름1,이름1,이름1" delims=",">
반복 <br />
</c:forTokens>
</body>
</html>


profile
개발자 준비의 준비준비중..

0개의 댓글