Thymeleaf。 __#{} __的奇怪行为 - 预处理运算符

时间:2017-01-22 10:33:12

标签: java spring thymeleaf

<th:block th:with="title=${ #strings.concat( ' asd ' , '__#{${suite.label}}__' ) }">...</th:block>

转换为“asd ?? suite_1?”,但“??”标志是一种奇怪的副作用,我无法摆脱它。

如何获得正确的字符串?)

0 个答案:

没有答案