html之間直接get請求訪問後獲取 url中的值
阿新 • • 發佈:2018-11-10
假如a頁面是被get的頁面
在a頁面中新增如下程式碼:
var action = getParameterByUrl(window.location.toString(), "action"); var dts = getParameterByUrl(window.location.toString(), "Dts"); var dte = getParameterByUrl(window.location.toString(), "Dte"); var aid = getParameterByUrl(window.location.toString(), "Aid"); var cn = getParameterByUrl(window.location.toString(), "CN"); var rclass = getParameterByUrl(window.location.toString(), "RtuClass"); var status = getParameterByUrl(window.location.toString(), "status"); var powerCompany = getParameterByUrl(window.location.toString(), "powerCompany"); var isTotle = getParameterByUrl(window.location.toString(), "isTotle")
就可以像asp.net中的 Requesst.querryString["引數名"]一樣獲取到資料