Thymeleaf格式化時間:html
th:value="${#dates.format(gw.regDT,'yyyy-MM-ddHH:mm:ss')}"
Thymeleaf select反選:spa
<select id="status" name="status" th:field="${gw.status}" th:value="${gw.status}"> <option th:selected="${gw.status=='0'}" value="0">請選擇</option> <option th:selected="${gw.status=='1'}" value="1">離線</option> <option th:selected="${gw.status=='2'}" value="2">在線</option> </select>