thymeleaf标签 th:attr的使用

Posted on 2014-10-27 15:46  岁月饶人  阅读(4967)  评论(0编辑  收藏  举报

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

通过th:attr设置html标签id:
  th:attr="id='id'+${l.id}"

Copyright © 2024 岁月饶人
Powered by .NET 8.0 on Kubernetes