c:forEach 统制列数输出
c:forEach 控制列数输出呵呵,list对象在C foreach中可以控制每行多少列输出。c:if test${status.count%5
c:forEach 控制列数输出
呵呵,list对象在C foreach中可以控制每行多少列输出。
<c:if test="${status.count%5==1}"><tr></c:if>
<td><input type="checkbox" name="" value="${alldept.gid}"></td>
<td><c:out value="${alldept.name}"></c:out></td>
<c:if test="${status.count%5==0}"></tr></c:if>
</c:forEach>
</table>
</fieldset>
</div>