作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有以下代码,我相信我需要在 thymeleaf 中转义。
th:required=""
它抛出以下错误:
org.thymeleaf.exceptions.TemplateProcessingException:无法解析为表达式:“”
有什么建议吗?
最佳答案
问题不在于您需要转义,而在于您需要一个 Thymeleaf 可以将其解释为 true 或 false 的表达式。 th:required="${expression}"
告诉它在 expression
为 true 时包含 required
属性,否则将其保留。如果您想无条件包含它,请删除 Thymeleaf 命名空间并仅包含普通的 required="required"
。
关于java - 如何在 thymeleaf 中转义双引号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36879919/
我是一名优秀的程序员,十分优秀!