gpt4 book ai didi

java - Thymeleaf 中的条件文本模板模式

转载 作者:行者123 更新时间:2023-12-02 01:12:11 24 4
gpt4 key购买 nike

我正在尝试使用包含条件运算符的纯文本处理 thymeleaf 模板:

<th:block th:if = "${[(${test})] == true}"> it works </th:block>

但我有这样的输出:

<th:block th:if = "${true == true}"> it works </th:block>

你能告诉我,我哪里出错了吗?

最佳答案

如果您使用textual template modes ,您不能使用像 <th:block /> 这样的 html 标签不再了。相反,语法如下所示:

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

关于java - Thymeleaf 中的条件文本模板模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57678143/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com