1.示例
<p th:if="${#fields.hasErrors('name')}" th:errors="*{name}" ></p>
关键代码${#fields.hasErrors('name')}
name为提示所对应的变量