码迷,mamicode.com
首页 > Web开发 > 详细

jstl c:forEach

时间:2017-08-17 14:47:43      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:boolean   jstl   引号   for   ast   stat   class   div   logs   

1 <span style="font-size:14px;">   <c:forEach var ="i" begin="1" end ="20" varStatus="status">  
2     ${i } ${status.index }<br>  
3     </c:forEach>  
4 </span>

varStatus则定义了一个循环状态变量var:

  index               int                        当前循环索引号 
    count               int                        成员总数 
     first             boolean                   当前成员是否首位成员 

     last             boolean                   当前成员是否末尾成员

jstl c:forEach

标签:boolean   jstl   引号   for   ast   stat   class   div   logs   

原文地址:http://www.cnblogs.com/xiaocainiaohuzhuo/p/7380973.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!