jstl_core_ex2.jsp > MODEL

본문 바로가기
사이트 내 전체검색

MODEL

jstl_core_ex2.jsp

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 648회 작성일 21-07-15 19:47

본문

<%@ page language="java" contentType="text/html; charset=UTF-8"%>

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

<html>

<head>

<title>JSTL core 라이브러리 사용 예제 2</title>

</head>

<body>


<!-- test변수를 1부터 10까지 반복한다. 2씩 증가처리. varStatus는 상태 변수 --> 

<c:forEach var="test" begin="1" end="10" step="2" varStatus="status">

<b>test : ${test} // status.count : ${status.count}</b>&nbsp;<br>

</c:forEach>

<hr>

<c:forTokens var="alphabet" items="a,b,c,d,e,f,g,h,i,j,k,l,m,n" delims=",">

<b>${alphabet}</b>&nbsp;

</c:forTokens>

<br>

<c:set var="data" value="홍길동,김길동,고길동"/>

<c:forTokens var="varData" items="${data}" delims=",">

<b>${varData}</b>&nbsp;

</c:forTokens>

</body>

</html>

추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
227
어제
204
최대
10,760
전체
271,722
Copyright © dancePKT . All rights reserved.