为了账号安全,请及时绑定邮箱和手机立即绑定

Thymeleaf 中的条件文本模板模式

Thymeleaf 中的条件文本模板模式

小唯快跑啊 2023-06-21 14:49:01
我正在尝试使用包含条件运算符的纯文本处理 thymeleaf 模板:<th:block th:if = "${[(${test})] == true}"> it works </th:block>但我有这样的输出:<th:block th:if = "${true == true}"> it works </th:block>你能告诉我,我哪里出错了吗?
查看完整描述

1 回答

?
呼唤远方

TA贡献1856条经验 获得超11个赞

如果您使用文本模板模式,则不能再使用 html 标签<th:block />。相反,语法如下所示:

[# th:if="${test}"]it works[/]


查看完整回答
反对 回复 2023-06-21
  • 1 回答
  • 0 关注
  • 99 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信