有没有办法让Thymeleaf
解释常规Thymeleaf
表达式中的区域设置选择器?
例如:
th:text="${userMsgRating.error ? #{rating_error} : #{rating_thanks}}"
答案 0 :(得分:0)
使用
工作th:text="${userMsgRating.error ? '__#{rating_error}__' : '__#{rating_thanks}__'}"
更多信息:http://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#preprocessing