凡事都在事上磨,这样才能精进,成长进步提高! ------ 博客园首页
摘要: #循环语法 th:each="item,itemStat : ${user_list}" 其中itemStat是状态变量如果未设置则默认名称为 item+Stat 其中的属性有: index:当前迭代对象的index(从0开始计算) count: 当前迭代对象的index(从1开始计算) size: 阅读全文
posted @ 2022-03-30 00:37 追风fc 阅读(653) 评论(0) 推荐(0)