<c:forEach items="${signBusList}" var="sign" varStatus="xh">
${xh.count}序号从1开始
${xh.index}序号从0开始
${xh.last}最后一个序号
${xh.first}第一个序号
</cforEach>
var代表当前变量.
varStatus代表当前变量的状态,其中包含了index,count等属性.
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/15545.html