参考https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html

<span th:text="'The name of the user is ' + ${user.name}">

相关文章: