摘要: <c:forEach items="${list}" var="l" varStatus="status"> <tr> <c:if test="${ status.index == 0}"> <td rowspan="18">1</td> </c:if> </tr> </c:forEach> <tr 阅读全文
posted @ 2017-09-12 10:32 夕阳残血 阅读(1431) 评论(0) 推荐(0) 编辑