Thymeleaf一些标签的传字符串/message/消息
生活随笔
收集整理的這篇文章主要介紹了
Thymeleaf一些标签的传字符串/message/消息
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
label
th:placeholder="#{}"實(shí)現(xiàn)
<label class="sr-only" for="signup-email" th:placeholder="#{signUp.name}"></label>a
直接使用[[#{}]]放在標(biāo)簽中間即可
<a href="#" class="app-link" >[[#{signUp.terms}]]</a >input
th:placeholder="#{}"實(shí)現(xiàn)
<input id="signup-email" name="signup-email" type="email" class="form-control signup-email" th:placeholder="#{signUp.email}" required="required">h
th:text="#{}"實(shí)現(xiàn)
<h2 class="auth-heading text-center mb-4" th:text="#{signUp.tips}"></h2>總結(jié)
以上是生活随笔為你收集整理的Thymeleaf一些标签的传字符串/message/消息的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: arcgis批量处理nc文件_法律行业p
- 下一篇: linq结果转换object_【Java