thymeleaf爬坑:引入靜態資源及模板頁面

thymeleaf中引入靜態資源及模板需要使用到 th:xxx 屬性,否則無法在動態資源中訪問靜態資源 訪問css 需要用到 th:href 來引入css資源,格式爲 th:href = 「@{文件路徑}」 <link rel="stylesheet" href="css/jquery-ui.min.css" th:href="@{/css/jquery-ui.min.css}" /> 訪問js
相關文章
相關標籤/搜索