使用js獲取QueryString的方法小結

一.<script> urlinfo=window.location.href; //獲取當前頁面的url len=urlinfo.length;//獲取url的長度 offset=urlinfo.indexOf("?");//設置參數字符串開始的位置 newsidinfo=urlinfo.substr(offset,len)//取出參數字符串 這裏會得到相似「id=1」這樣的字符串 newsid
相關文章
相關標籤/搜索