JSP中的c:forEach和c:if


复制代码
  循环输出内容
</c:forEach>
begin:循环开始的地方
end:循环到哪里结束
step:循环的步长
 
 
<c:if test="">test为true的时候执行的内容</c:if>
 
 
posted @ 2016-11-07 10:33  xie_yi  Views(1290)  Comments(0)    收藏  举报