Tôi muốn sử dụng số lượng từ vòng lặp JSTL forEach, nhưng mã của tôi dường như không hoạt động.
<c:forEach items="${loopableObject}" var="theObject" varStatus="theCount">
<div id="divIDNo${theCount}">
</div>
</c:forEach>
sản xuất
<div id="divIDNojavax.servlet.jsp.jstl.core.LoopTagSupport$1Status@5570e2" >
getIndex()
:)