首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
事件绑定
事件绑定
it
2025-05-13
11
<
button
v-on:
click
=
'
num++
'
>
点击
</
button
>
<
button
@click
=
'
num++
'
>
点击1
</
button
>
console.log(this === vm) $event console.log(event.target.tagName) console.log(event.target.innerHTML)
转载请注明原文地址: https://lol.8miu.com/read-25640.html
最新回复
(
0
)