this和target目标对象的区别


在事件函数中

event.target和this是一样的效果吗?

this是调用方法的对象,

evemt.target事件属性可返回事件的目标节点(触发该事件的节点),如生成事件的元素、文档或窗口.

event.target和this不一样的