function UrlSearch () { var name; var value; var str = location.href; var num=str.indexOf("?"); str=str.substr(num+1); //取得所有引數 ...
確定! 回上一頁