摘要: 简介: 判断表达式: gt:great than(大于)> ge:great equal(大于等于)>= eq:equal(等于)== lt:less than(小于)< le:less equal(小于等于)<= ne:not equal(不等于)!= eg : 1、 th:if="${xx} l 阅读全文
posted @ 2018-12-15 18:34 零&#127809; 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 简介: 1、基本写法与th:src一样 一般写法为th:href="@{值}"; 2、如果是需要从model中取值的话,写法为:th:href="@{${model中的name值}}"; 3、如果需写字符串与model中的值进行拼接,写法为:th:href="@{'字符串'+${model中的nam 阅读全文
posted @ 2018-12-15 18:16 零&#127809; 阅读(862) 评论(0) 推荐(0) 编辑