Grails 每个标签都带有迭代
嘿。我如何在每个标签中都有一个变量作为迭代器(例如,第一次运行周期的值=1,第二次的值=2,依此类推。
Hey. How can i have a variable in each tag to be an iterator (for example, first time run cycle takes value=1, second time value=2, and so on..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
状态属性就是您正在寻找的属性。参见下文:
如果您在每个标签内调用 ${i} ,它将返回当前的迭代计数。
假设 books 集合包含 5 本书,输出将是:
The status attribute is what you are looking for. See below:
if you call ${i} inside the each tag it will return the current iteration count.
Assuming the books collection contains 5 books, the output will be: