var 变量名 =  getUrlParam("路径参数key");

 

 

例如: window.location.href = "stock/toStockInApply?name="+zhangsan;

    var 变量名 = getUrlParam("name");