使用js獲取QueryString的方法小結 一.<script> urlinfo=window.location.href; //獲取當前頁面的url len=urlinfo.length;//獲取url的長度 offset=u ...