<c:forEach>循环 List<List<String>>_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > <c:forEach>循环 List<List<String>>

<c:forEach>循环 List<List<String>>

 2013/11/1 18:12:29  shiguili505116  程序员俱乐部  我要评论(0)
  • 摘要:<c:forEachitems="${list}"var="info"varStatus="status"><tr><td>${info[0]}</td><td>${info[1]}</td><td>${info[2]}</td><td>${info[3]}</td></tr></c:forEach>
  • 标签:for list 循环

<c:forEach items="${list}" var="info" varStatus="status">
?<tr>
??<td >${info[0]}</td>
??<td >${info[1]}</td>
??<td >${info[2]}</td>
??<td >${info[3]}</td>
? </tr></c:forEach>

发表评论
用户名: 匿名