Event事件-1:addEventListener事件监听 / 事件冒泡事件捕获 / 事件委托 / preventDefault 阻止默认行为 / cancelBubble、stopPropa...
addEventListener事件监听器target.addEventListener(type,listener[,options|useCapture])添加事件监听参数:type事件类型(click、mouseover等,注意这里不加on)listener事件处理函数可选参数:options配置对象capture:Boolean,表示listener会在该类型的事件捕获阶段传播到该Even