thymeleaf js绑定多个变量参数

写法一:

<img th:src="@{/css/bianji.png}" th:onclick="|viewById('${user.id}','${user.is_concurrent}')|" title="编辑"/>

写法二:

<a href="#" th:onclick="viewById([[${user.id}]],[[${user.is_concurrent}]])">编辑</a>

 

posted @ 2020-07-13 12:14  ジ绯色月下ぎ  阅读(734)  评论(0编辑  收藏  举报