Thymeleaf常用知識點

2021-10-24 14:25:55 字數 475 閱讀 3267

前言:二次搬運

thymeleaf入門(一)——入門與基本概述

thymeleaf 常用屬性

<

!doctype html>

"en" xmlns:th=

"">

注:一般是配合th:hrefth:src注:文字替換裡面不能有判斷,可以拼接

注:複雜點條件判斷:th:switch、th:case

注:引入也可以用th:include

特別的,引入片段時還可以傳入引數,如下

<

!-- 引入工具欄sidebar-fragment -->

"admin/sidebar::sidebar-fragment($)"

>

注:例如給input輸入框賦值

thymeleaf零碎知識點

上面 中的head標籤中的 為公共 其中th fragment commonheader 就是將head標籤設為公共 除此之外,還可以將公共 加乙個id屬性。th include common commonheader div th replace common leftmenu div 上面兩句 ...

mysql常用知識點 mysql 常用知識點。

mysql u root p show databases show tables select from abc order by id limit 0,10 create database bbb exit mysqldump u root p game home backup.sql mysq...

shell常用知識點

0 shell中if,while的條件語句怎麼寫 test和 字串比較 數字比較 g,l,e,n,q,t的組合 greater than,less than,equil,not equil,greater equil,less equil 1 shell的字串 str hello str hello...