写法一:
<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>
写法一:
<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>