Liny_@NotePad

沉迷ACG中

JSTL forEach的索引。。

使用varStatus的index属性即可:

  1. <c:forEach var="sell" items="${sellList.list}" varStatus="idx">
  2. ${idx.index}
  3. </c:forEach>