gpt4 book ai didi

thymeleaf - 如何在Thymeleaf中转义单引号(')

转载 作者:行者123 更新时间:2023-12-03 23:24:19 25 4
gpt4 key购买 nike

<h1 th:text="${'What\'s up?'}"></h1>

我想要这个输出

<h1>What's up?</h1>

但是我得到一个TemplateInputException。我尝试过使用HTML实体,但是失败了。

最佳答案

双单引号。像这样:

<h1 th:text="${'What''s up?'}" />

关于thymeleaf - 如何在Thymeleaf中转义单引号('),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43121788/

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