<td>
<a href="#" th:onclick="'javascript:layer_show(\''+${item.id}+'\')'" th:text="${item.title}"></a></td>
thymleaf元素中调用js函数传动态参数
阅读 117
2022-10-22
<td>
<a href="#" th:onclick="'javascript:layer_show(\''+${item.id}+'\')'" th:text="${item.title}"></a></td>
相关推荐
精彩评论(0)