使用的layui的table数据表格模块,渲染的时候失败,报错的位置提示在 cols:[[...]],就是[[]]里面的内容不能渲染


注意: [[]]是thymeleaf的内联表达式
解决:1、可以在cols的后面换行(已验证,成功)

2、在script标签里 th:inline="none" <script th:inline="none">(已验证,成功)
使用的layui的table数据表格模块,渲染的时候失败,报错的位置提示在 cols:[[...]],就是[[]]里面的内容不能渲染
注意: [[]]是thymeleaf的内联表达式
解决:1、可以在cols的后面换行(已验证,成功)
2、在script标签里 th:inline="none" <script th:inline="none">(已验证,成功)