方法
//方法
//参数截取 href(带参数的链接),name(需要截取的参数)
GetQueryString(href, name) {
var reg = new RegExp("(^|\\?|&)" + name + "=([^&]*)(\\s|&|$)", "i");
if (reg.test(href)) {
return unescape(RegExp.$2.replace(/\+/g, " "));
}
return "";
},
//引用
let auth_code = this.GetQueryString(window.location.href, "auth_code");
另外给大家推荐性价比超高的阿里云服务器,有需要的可以看下
点击进入
https://www.aliyun.com/minisite/goods?userCode=z9iyek2u