vue在js实参中获取数据的格式?比如:
{{item.key}}的形式该如何写来获取接口返回的数据,目前这样写是错误的,求教
js:
function test(obj,id){
console.log(id);
}
html:
<a onclick="test(this,{{item.key}})"></a>
翻过高山走不出你
相关分类