标签:onclick user nbsp 参数 编辑 img tle ref thymeleaf
写法一:
<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>
标签:onclick user nbsp 参数 编辑 img tle ref thymeleaf
原文地址:https://www.cnblogs.com/xuchao0506/p/13292544.html