使用thymeleaf模版根據一個數字實現循環

需求:使用thymeleaf模版 根據一個數字在頁面循環生成固定的標籤html 解決方案:須要用到thymeleaf 的#numbers.sequence()函數函數 示例:spa <span th:each="${i:#numbers.sequence(1, 5)}"> <span th:text="${i}"></span> </span> 效果以下:code 1 2 3 4 5
相關文章
相關標籤/搜索