摘要:
/**//*函数功能:从URL得到指定参数的值*/function GetUrlArg(strArg, strUrl) { var _url; if(typeof(strUrl)=="undefined") _url = location.href + "&"; else _url = strUrl + "&"; var regex = ne... 阅读全文
posted @ 2007-02-01 13:54
锐
阅读(214)
评论(0)
推荐(0)
浙公网安备 33010602011771号