写法一:
<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>
原文:https://www.cnblogs.com/xuchao0506/p/13292544.html