javaThymeleaf教程(三)th标签整理 1、简单表达式 变量表达式 ${… …} <input type="text" name="userName" value="James Carrot" th:value="${user.name}" /> 上述代码为引用user对象的name属性值 选择/星号表达式*{*** ***} <div th……继续阅读 »