th:text 用于文本的显示,该属性显示的文本在标签体中,如果是文本框,数据会在文本框外显示,
    要想显示在文本框内,使用th:value 。

    1. <input type="text" id="realName" name="reaName" th:text="${realName}">