如何使用thymeleaf显示控制传递过来的数据

<p th:text="'Hello, ' + ${name} + '!'" />

name为参数名
原文地址:https://www.cnblogs.com/q2546/p/11093864.html