筆記 thymeleaf取多層巢狀值的問題

2021-10-05 11:47:55 字數 494 閱讀 8377

這裡說一下傳遞的內容。

patents為乙個hashmap,他裡面的key是(category)專利的名稱,value是乙個arrarylist,裡面存放的是這個類別下前多少條的專利,專利又是乙個單獨的類,又有自己的屬性,大致就是這樣乙個意思。

這裡我需要類似於遍歷所有東西出來。

遍歷格式如下(我專利名又單獨封裝了乙個list叫categories)

th:each

="categories:$"

th:class="

'float for'+$"

>

class

="clearfix"

>

th:text

="$"

>

li>

th:text

="$"

>

div>

ul>

div>

多層巢狀只需要$即可取出

thymeleaf學習筆記

thymeleaf 學習簡單記錄,其中使用springboot 配置server.servlet.context path thy href details.html th href viewa href details.html th href viewa href details.html th...

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...