常用 js 函数
摘要:
functionrequest(strName){varstrHref=window.document.location.href;varintPos=strHref.indexOf("?");varstrRight=strHref.substr(intPos+1);vararrTmp=strRight.split("&");for(vari=0;i<arrTmp.length;i+... 阅读全文
posted @ 2008-05-06 20:12 Neo0820 阅读(213) 评论(0) 推荐(0) 编辑