composedPath() 方法以正確的執行順序返回包含事件流中元素的對象數組。
當前事件的事件流是什么:
function func1(event) { alert(event.composedPath()); }
親自試一試
event.composedPath()
無