This question already has an answer here:
(这个问题在这里已有答案:)
(如何重定向到其他网页?)
(58个答案)
How do you redirect to a page from another page with JavaScript?
(如何使用JavaScript从另一个页面重定向到页面?)
要重定向到另一个页面,您可以使用:
window.location = "http://www.yoururl.com";
1.4m articles
1.4m replys
5 comments
57.0k users