function fn(e){
e=e||window.event;
alert(e.type);
}
js事件对象兼容性写法
原文:http://www.cnblogs.com/cumting/p/6721132.html