thymeleaf學習筆記

2021-10-05 09:32:53 字數 1471 閱讀 2363

thymeleaf 學習簡單記錄,其中使用springboot 配置server.servlet.context-path=/thy

href

="details.html"

th:href

="@)}"

>

viewa

>

href

="details.html"

th:href

="@)}"

>

viewa

>

href

="details.html"

th:href

="@/details(orderid=$)}"

>

viewa

>

class

="row"

>

class

="col-md-4"

>

imgsrc th:href

="@"

target

="_blank"

>

a>

div>

class

="col-md-4"

>

使用1-1 th:href

="@)}"

target

="_blank"

>

a>

使用1-2 th:href

="@,id=12.png)}"

target

="_blank"

>

a>

div>

class

="col-md-4"

>

使用2 th:href

="@}"

target

="_blank"

>

a>

div>

div>

------------------js中------------

>$(

function()

的形式訪問了。

url:

"[[@]]"

,//資料,json字串

// data : json.stringify(list),

//請求成功

success:

function

(result)

,//請求失敗,包含具體的錯誤資訊

error:

function

(e)});

});script

>

可以在 @{} 使用  ${}獲取域中的值

rel=

"stylesheet"

th:href

=/>

Thymeleaf學習筆記 二)

語法 含義 預設呼叫轉換函式,將其轉換為string 示例 語法 含義 在預處理階段,替換為對應的message information,基於locale 示例 th text some text here.語法 th attr attrname 含義 設定節點中特定屬性的值 示例 th attr ...

Thymeleaf學習筆記 三

1 定義fragment 語法 th fragement 示例 xmlns th th fragment copy div body html fragmeng使用示例 footer copy 下面是乙個動態的模板fragment示例 footer.admin 上述示例中,功能強大,可以實現動態的f...

Thymeleaf基礎學習之路

贈送thymeleaf3官方文件,英文的,不過也能看明白,大概就是教你怎麼取出來文字或者物件然後根據它特定的語法展示出來 二 各種語法使用 1 例子 注意幾點 使用 這種方式引入,在渲染後的html 裡會自動生成 上下文路徑 如果使用瀏覽器直接開啟當前的 hello.html,依然可以看到css 和...