gpt4 book ai didi

java - data-th-text 和 th :text in Spring thymeleaf 有什么区别

转载 作者:行者123 更新时间:2023-12-04 09:46:11 25 4
gpt4 key购买 nike

我是 Spring thymeleaf 的新手,我无法区分这两者之间的区别 data-th-textth:text .

任何人都可以在示例的帮助下解释差异,我应该何时使用 data-th-textth:text ?

最佳答案

两者都做同样的事情,但根据 thymeleaf 文档:

Non-standard attributes we are using in the th:* form are not allowed by the HTML5 specification. To make your templates HTML5-valid use data- prefix for attribute names and hyphen (-) separators instead of semi-colons (:)



引用: https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#using-texts

这不是 HTML5 有效的:

 <p th:text="#{home.welcome}">Welcome to our grocery store!</p>

这是 HTML5 有效的:

<p data-th-text="#{home.welcome}">Welcome to our grocery store!</p>

关于java - data-th-text 和 th :text in Spring thymeleaf 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62098700/

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