饮歌长啸
target.addEventListener(type,listener,useCapture);Firefox浏览器支持addEventListener(),IE是attachEvent();document.body.addEventListener('onload',function(){console.log('load3');},false);document.body.attachEvent('load',function(){console.log('load3');})