thymeleaf標籤使用

2021-10-05 21:37:09 字數 1059 閱讀 1456

常用th標籤都有那些?

關鍵字 功能介紹 案例

th:id 替換id

th:text 文字替換

description

th:utext 支援html的文字替換

conten

th:object 替換物件

th:value 屬性賦值

th:with 變數賦值運算

th:style 設定樣式 th:style="『display:』 + @' at position 36: …'inline-block')}̲ + ''" th:oncli…">

th:if 判斷條件

th:unless 和th:if判斷相反 ses

sion

.use

r!=n

ul

l>lo

gi

n

>th

:hre

f鏈結地

h:hr

ef="

@/lo

gin"

th:u

nles

s=

>login th:href 鏈結位址 se

ssio

n.us

er!=

null

>lo

gin>th

:hre

f鏈結地

址h:hr

ef="

@/lo

gin"

th:u

nles

s=>login />

th:switch 多路選擇 配合th:case 使用

th:case th:switch的乙個分支

user is an administrator

th:fragment 布局標籤,定義乙個**片段,方便其它地方引用

th:include 布局標籤,替換內容到引入的檔案 />

th:replace 布局標籤,替換整個標籤到引入的檔案

th:selected selected選擇框 選中 th:selected="($ == $)"

thymeleaf標籤總結

代表 獲取資源本地化檔案 表示從model裡面獲取 這2個可以一起用 比如 這相當於 的資源本地化檔案中的system.01內容 request th text th text 111 response th text th text 111 servletcontext th text th te...

thymeleaf常用標籤

1.1 th text 用於文字的顯示,並且可以進行簡單的計算。mlm maliming 2018 16 1.2 th utext 用於html的文字替換,常用於富文字編輯器編輯後的內容顯示到前台頁面上。my name ismaliming 1.3 th if 用於判斷條件,還可以多條件 and,o...

Thymeleaf 常用th標籤

頁面引入 thymeleaf標籤庫 zh xmlns th 引入css rel stylesheet 引入js script 一 變數表示式 text name username value beyrl th value 上述 為引用user物件的name屬性值。二 選擇表示式 nationalit...