?????????????<input? name='view' type='checkbox' value='${listSearch.searchField}' />${listSearch.searchName}
????????????</td>
?????????????<c:if test="${index.count%5==0}">
????????????</tr><tr></c:if>
????????????
??????????</c:forEach>
??????????<c:if test="${count%5==1}">
????????????<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></c:if>
??????????<c:if test="${count%5==2}">
????????????<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></c:if>
??????????<c:if test="${count%5==3}">
????????????<td>&nbsp;</td><td>&nbsp;</td></c:if>
??????????<c:if test="${count%5==4}">
????????????<td>&nbsp;</td></c:if>
?????????</tr>

查看全文
  相关解决方案