Thymeleaf模板里循环数字

Thymeleaf模板里循环数字

<div th:each="num, numStat : ${#numbers.sequence(1,5)}">
    <img th:src="${"/static/images/icon-"+ (numStat.index+1) + ".jpg"}">
</div>

循环icon-1.jpg到icon-5.jpg

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » Thymeleaf模板里循环数字