<c:forEach var="myAccountInfo" items="${myAccountInfos}" varStatus="inde">
<li><a>添加到卡包</a><p id="CardInfo"><input type="hidden" value="${inde.index}"/>${myAccountInfo.cardno.value}${myAccountInfo.cardtypename.value}</p></li>
</c:forEach>
相关文章
- Java8在Stream的forEach操作时获取index
- jsp jstl表达式 c:forEach 循环输出整数
- ecshop循环foreach,iteration,key,index
- jstl中取map,其中map的key是一个对象,value是一个list
- JSTL-core核心代码标签库中的forEach,remove, forTokens,choose,when,otherwise,redirect 标签
- 求在JSTL里的FOREACH里面怎么知道当前访问的是FOREACH里面的第几个值?在线等
- JSTL标签 使用总结,foreach
- (转)C# foreach 中获取索引index的方法
- jstl标签forEach的用法
- JSTL中关于foreach取序号的问题