我正在使用 javascript 并localStorage
重定向。
但我发现有很多方法可以做到这一点。这里有几个:
document.location
document.location.href
window.open(url,how)
window.location
top.location
window.navigate() //not sure that this works
和 html 元方式
<meta http-equiv="REFRESH" content="0;url=http://www.google.com"/>
我只是对上述哪个(或任何其他代码)将重定向更快感兴趣。至于信息,当打开新标签时,我将使用它来重定向(到网站)谷歌浏览器。