SpringBoot-Thymeleaf随机数

当使用SpringBoot写项目的时候,难免会遇到点问题,当然也可以直接在后台代码里设置随机数

但总有些问题是你不得不在模板渲染时就处理好

关键代码

COPY
1
${#numbers.formatDecimal(T(java.lang.Math).floor(T(java.lang.Math).random()*255),1,0)}
Authorship: Lete乐特
Article Link: https://blog.imlete.cn/article/SpringBoot-Thymeleaf-Random.html
Copyright: All posts on this blog are licensed under the CC BY-NC-SA 4.0 license unless otherwise stated. Please cite Lete乐特 's Blog !