博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
thymleaf 常用th 标签
阅读量:6116 次
发布时间:2019-06-21

本文共 950 字,大约阅读时间需要 3 分钟。

常用th标签都有那些? 关键字      功能介绍        案例th:id      替换id          th:text     文本替换        

description

th:utext 支持html的文本替换

conten

th:object 替换对象     
th:value 属性赋值     
th:with 变量赋值运算     
th:style 设置样式         th:style="'display:' + @{(${sitrue} ? 'none' : 'inline-block')} + ''"th:onclick 点击事件       th:onclick="'getCollect()'"th:each 属性赋值         tr th:each="user,userStat:${users}">th:if 判断条件         
th:unless 和th:if判断相反     
Loginth:href 链接地址           
Login />th:switch 多路选择 配合th:case 使用
th:case th:switch的一个分支     

User is an administrator

th:fragment 布局标签,定义一个代码片段,方便其它地方引用
th:include 布局标签,替换内容到引入的文件 />th:replace 布局标签,替换整个标签到引入的文件
th:selected selected选择框 选中 th:selected="(${xxx.id} == ${configObj.dd})"th:src 图片类地址引入       
App Logoth:inline 定义js脚本可以使用变量

 

转载地址:http://lzvka.baihongyu.com/

你可能感兴趣的文章
多路归并排序之败者树
查看>>
java连接MySql数据库
查看>>
转:Vue keep-alive实践总结
查看>>
android studio修改新项目package名称
查看>>
深入python的set和dict
查看>>
C++ 11 lambda
查看>>
Hadoop2.5.0 搭建实录
查看>>
实验吧 recursive write up
查看>>
High-speed Charting Control--MFC绘制图表(折线图、饼图、柱形图)控件
查看>>
go test命令參数问题
查看>>
linux 搜索文本
查看>>
超实用Mac软件分享(二)
查看>>
Android JSON数据解析
查看>>
DEV实现日期时间效果
查看>>
java注解【转】
查看>>
Oracle表分区
查看>>
centos 下安装g++
查看>>
嵌入式,代码调试----GDB扫盲
查看>>
类斐波那契数列的奇妙性质
查看>>
配置设置[Django]引入模版之后报错Requested setting TEMPLATE_DEBUG, but settings are not configured....
查看>>