标签:处理 兼容性 不能 span event对象 传递 str 事件 size
function fn(e){
e=e||window.event;
alert(e.type);
}
js事件对象兼容性写法
原文地址:http://www.cnblogs.com/cumting/p/6721132.html