迭代c:forEach

时间:2015-11-23 16:35:16

标签: jsp foreach jstl nested-loops

有没有其他方法可以在jsp这个方法中显示数据

<c:forEach var = "listValue" items = "${tableView.tableHeaders}">
<tr>
  <%for(int i = 0;i<5;i++){ %>
            <td>
                <%=${listValue.get(i)} %>
            </td>
        <%} %>
</tr>

0 个答案:

没有答案