<c:foreach> 标签怎么获取循环次数?

<c:forEach var="i" begin="1" end="9" varStatus="status">
       ${status.index}
</c:forEach>
原文地址:https://www.cnblogs.com/wujixing/p/5663189.html