Notes
Notes copied to clipboard
事件对象(event)的currentTarget和target
currentTarget表示绑定事件的元素 target表示触发事件的元素, 其可能是绑定元素的子节点或者父节点, 根据冒泡还是捕获方向不同而不同.