标签: html thymeleaf
这是我的代码,我能做些什么来在标记p和标记span之后显示变量?
<p> <span>data:</span> [[${ dto.data } ]]</p>
结果就像这样
<p> <span>data:</span> mydata </p>