摘要: //得到事件 function getEvent(){ if(window.event) {return window.event;} func=getEvent.caller; while(func!=null){ var arg0=func.arguments[0]; if(arg0){ if(... 阅读全文
posted @ 2017-06-30 11:12 李文杨 阅读(306) 评论(0) 推荐(0)