<c:set var="minIndex" value="0" /> <c:forEach var="item" items="${items}"> <c:set var="minIndex" value="${minIndex+1}" /> </c:forEach> 相关文章: