摘要:
function GetQueryString( prop ) {var re = new RegExp( prop + "=([^\\&]*)", "i" );var a = re.exec( document.location.search );if ( a == null ) return ““;return a[1];} 阅读全文
posted @ 2006-08-18 18:21
meteorcui
阅读(137)
评论(0)
推荐(0)
浙公网安备 33010602011771号