JS事件对象中 target 和 currentTarget 的区别

627 阅读1分钟

① 在原生JS事件处理程序中(非箭头函数),this对象与事件对象中的currentTarget指向相同 ② target指向的是事件实际执行所在的元素,currentTarget指向的是事件所绑定的元素