th:if判断值是否为空

th:if判断值是否为空


判断用户名是否为空,加入div中则 表示条件成立才会显示div

th:if="${not #strings.isEmpty(userName)}"

你可能感兴趣的:(thymeleaf,springboot)