<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>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2021-07-07
  • 2022-03-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
相关资源
相似解决方案