摘要: 判断是不是为空:null: <span th:if="${name} != null">不为空</span> <span th:if="${name} == null">为空</span> 判断是不是为空字符串: “” <span th:if="${#strings.isEmpty(name)}"> 阅读全文
posted @ 2020-03-06 16:30 wsjls 阅读(152) 评论(0) 推荐(0) 编辑