- <c:forEach items="${list}" var="l" varStatus="status">
- <tr>
-
<c:if test="${ status.index == 0}"> <td rowspan="18">1</td> </c:if>
-
- </tr>
- <tr>
- </c:forEach>
转载于:https://www.cnblogs.com/douder/p/7508812.html
转载于:https://www.cnblogs.com/douder/p/7508812.html