我正在尝试使用包含条件运算符的纯文本处理 thymeleaf 模板:
<th:block th:if = "${[(${test})] == true}"> it works </th:block>
但我有这样的输出:
<th:block th:if = "${true == true}"> it works </th:block>
你能告诉我,我哪里出错了吗?
呼唤远方
相关分类