猿问

为何事件对象的currentTarget为null

div.onclick=function(){ console.log(event.currentTarget) }//这样点击后输出<div class='out'>..</div>
div.onclick=function(){ console.log(event) }//这样点击后输出事件对象event,查找该对象的currentTarget属性却为null,明明上一句都可以输出dom节点。为何为null??


qq_杀意隆_0
浏览 3341回答 1
1回答
随时随地看视频慕课网APP
我要回答