标签: java spring thymeleaf
<th:block th:with="title=${ #strings.concat( ' asd ' , '__#{${suite.label}}__' ) }">...</th:block>
转换为“asd ?? suite_1?”,但“??”标志是一种奇怪的副作用,我无法摆脱它。
如何获得正确的字符串?)