Maison  >  Questions et réponses  >  le corps du texte

java - Thymeleaf中each标签遍历list如何获取index

应用程序采用sprigmvc,Thymeleaf来作为view层的数据展示。页面中试用th:each标签来遍历后端传来的List。需要取到index。

大家讲道理大家讲道理2766 Il y a quelques jours815

répondre à tous(2)je répondrai

  • 大家讲道理

    大家讲道理2017-04-17 15:18:33

    <tr th:each="user,userStat:${users}">
    userStat是状态变量,有 index,count,size,current,even,odd,first,last等属性,如果没有显示设置状态变量,thymeleaf会默 认给个“变量名+Stat"的状态变量。

    répondre
    0
  • 天蓬老师

    天蓬老师2017-04-17 15:18:33

    我这边看官方文档的说法是,状态变量默认都叫iterStat,亲测是可以的。

    répondre
    0
  • Annulerrépondre