标签: spring thymeleaf
是否可以从串联字符串中获取对象值。使用<span th:text="${${'item.' + attr}}">0</span>之类的东西,其中attr可能为id,以获取${item.id}的值,具体取决于变量attr的值。 ?
<span th:text="${${'item.' + attr}}">0</span>
id
${item.id}
attr