侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

thymeleaf th:attr标签

2024-05-06 星期一 / 0 评论 / 0 点赞 / 59 阅读 / 499 字

通过th:attr设置html标签样式:  th:attr="style='background:url('+${l.qiniuIcon}+');background-size:cover;'"通过t

通过th:attr设置html标签样式:  th:attr="style='background:url('+${l.qiniuIcon}+');background-size:cover;'"通过th:attr设置html标签id:  th:attr="id='id'+${l.id}"

引用外部资源

<div th:fragment="loginpage" ><div th:include="http://192.168.1.215:8080/login" >测试</div></div>

 

 

 

广告 广告

评论区