我正在尝试将一些文本附加到动态文本,如下所示:
<label th:text="Hello ${worldText}"></label>
但用户界面抛出:
TemplateProcessingException: Could not parse as expression: "Hello ${worldText}
有谁知道我怎样才能做到这一点?
我正在尝试将一些文本附加到动态文本,如下所示:
<label th:text="Hello ${worldText}"></label>
但用户界面抛出:
TemplateProcessingException: Could not parse as expression: "Hello ${worldText}
有谁知道我怎样才能做到这一点?