会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我的世界蹦擦擦
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年5月22日
e.target和 e.currentTarget的区别,及获取节点的方式
e.target 指的是你点击的元素 e.currentTarget 指的是你当前绑定点击事件的元素 <div id='father' @click="click"> <span id='son-one'></span> <span id='son-two'></span> </div> 如上示例结
Read More
posted @ 2020-05-22 15:39 我的世界蹦擦擦
Views(2866)
Comments(0)
Diggs(1)
公告