优艾设计网

vue在js实参中获取数据的格式??

优艾设计网 https://www.uibq.com 2023-04-06 11:06 出处:网络 作者:PS教程
vue在js实参中获取数据的格式?比如: {{item.key}}的形式该如何写来获取接口返回的数据,目前这样写是错误的,求教 js: function test(obj,id){ console.log(id); } html: <a onclick=\"test(this,{{item优艾设

vue在js实参中获取数据的格式?比如:

{{item.key}}的形式该如何写来获取接口返回的数据,目前这样写是错误的,求教

js:

function test(obj,id){ console.log(id); }

html:

<a onclick="test(this,{{item优艾设计网_设计模板.key}})"></a>


黎佳 优艾设计网_PS问答 2022-04-22 12:00

你的意思是在vue中的事件回调的参数怎么传递吗?


_sza****31321 2022-04-22 12:11

优艾设计网_PS百科


落单 2022-04-22 12:19

如果要阻止事件冒泡则用 @click.stop , 优艾设计网_电脑技术如果要用原生事件 @click.native


0

精彩评论

暂无评论...
验证码 换一张
取 消