windows.open丢失referer
2021-04-12 02:27
阅读:730
标签:body creat link lse tee got ati child location function gotoUrl(url){ windows.open丢失referer 标签:body creat link lse tee got ati child location 原文地址:https://www.cnblogs.com/pangtt/p/9017861.html
if(window.VBArray){
var gotoLink = document.createElement(‘a‘);
gotoLink .href = url;
document.body.appendChild(gotoLink);
gotoLink .click();
}else{
window.location.href = url;
}
}
评论
亲,登录后才可以留言!