天天看點

e.target和this的差別

this和event.target的差別:

js中事件是會冒泡的,是以this是可以變化的,但event.target不會變化,它永遠是直接接受事件的目标DOM元素;

.this和event.target都是dom對象