第一种是直接在html样式中获取


<span th:text="${name}"></span>


第二种是在js中直接获取


var msg = [[${msg}]];


其他的我暂时不太清楚,如果有其他的方式,麻烦请留言评论,我会进行补充