在邮件中我想显示一个java变量:
context.setVariable("content", "Hi<br>This is a test<p></p>");
在我做的邮件模板中:
<p><span th:text="|${content}|"></span></p>
在邮件中将其转换为:
<p><span>Hi<br>this is a test<p></p></span></p>
如何很好地解释变量。
谢谢。
答案 0 :(得分:6)
使用th:utext
代替th:text
http://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#unescaped-text