springboot thymeleaf 與 freemarker的簡單使用

springboot不推薦使用jsp開發 那麼企業的開發主要分爲兩種 1.thymeleaf模板(主要基於.html的開發) 頁面拿值 <!--頁面拿值--> <h3 th:text="${name}"></h3> 頁面取值 <!--頁面取值--> <select name="hobby"> <option th:each="user :${UserList}" th:text="${us
相關文章
相關標籤/搜索