window location href怎么获取参数

 window.location.href = "Templelate_Detail.html?id=" + idValue + "&key=" + idKey;

 

怎么获取id的参数呢

 

方法:

var urltype = getQueryString('id'); 

console.log(urltype)

你可能感兴趣的:(前端)