Thymeleaf

html中使用Thymeleaf的${}来进行取值,就必须要在th:xxxx后面。
input标签内,可以使用th:value;而textarea标签内就使用th:text。

你可能感兴趣的:(Thymeleaf)