本例使用 addEventListener() 方法将两个 click 事件添加到同一个按钮。但是,stopImmediatePropagation() 方法停止了第二个事件处理程序的执行。
注释:IE8 及更早版本不支持 stopImmediatePropagation() 方法。