摘要:
//得到事件function getEvent(){ if(window.event) {return window.event;} func=getEvent.caller; while(func!=null){ var arg0=func.arguments[0]; if(arg0){ if((arg0.constructor==Event || arg0.constructor ==MouseEvent || arg0.constructor==KeyboardEvent) ||(typeof(arg0)=="object" &&... 阅读全文
posted @ 2012-09-19 10:23
清山博客
阅读(687)
评论(0)
推荐(0)