1  //varStat代表 遍历typeListDesc集合所用到的方法
2          <!-- stat当前迭代的第几项 -->
3          <c:forEach var="type" items="${typeListDesc}" varStatus="stat" begin="0"
4              end="2">
5              <tr>
6                  <td>${stat.count}</td>
7                  <td>${type.name}</td>
8                  <td>${type.click}</td>
9              </tr>

 

相关文章:

  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-08
  • 2021-06-11
  • 2022-01-10
  • 2021-05-20
  • 2022-12-23
  • 2021-09-27
相关资源
相似解决方案