码迷,mamicode.com
首页 > Web开发 > 详细

thymeleaf js绑定多个变量参数

时间:2020-07-13 13:19:18      阅读:86      评论:0      收藏:0      [点我收藏+]

标签: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>

 

thymeleaf js绑定多个变量参数

标签:onclick   user   nbsp   参数   编辑   img   tle   ref   thymeleaf   

原文地址:https://www.cnblogs.com/xuchao0506/p/13292544.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!