补充:
stopImmediatePropagation 的功能比stopPropagation 多一些,除了可以阻止事件冒泡之外,还可以把这个元素绑定的同类型事件也阻止
遍历数组:[1,2,3].forEach(function(v){});