使用Thymeleaf的屬性來設置HTML屬性。 ... <input type="text" value="值1" th:value="值2" /> <input type="text" th:readonly="true" /> <input ...
確定! 回上一頁