composedPath() 方法以正确的执行顺序返回包含事件流中元素的对象数组。
当前事件的事件流是什么:
function func1(event) { alert(event.composedPath()); }
亲自试一试
event.composedPath()
无