Thymeleaf 中,后台能对 fragment 传值吗?
資深大佬 : ufan0 55
Spring boot 程序中,后台对 thymeleaf 视图传值我知道, 控制方法里 model.addAttribute()就行了,但是能否对 fragment 传值呢?
未找到有帮助的信息,故发帖询问,感激不尽。
大佬有話說 (7)
Spring boot 程序中,后台对 thymeleaf 视图传值我知道, 控制方法里 model.addAttribute()就行了,但是能否对 fragment 传值呢?
未找到有帮助的信息,故发帖询问,感激不尽。
<div th:fragment=”footer”>
</div>
我是想知道后台对 fragment 传值
参考这个吧,函数传值