JS中如何将页面重定向到另一个页面?

2020-12-17 23:33

阅读:427

标签:com   location   重定向   使用   tar   https   www   targe   oca   

a、使用 location.href:window.location.href =“https://www.baidu.com/”
b、使用location.replace:window.location.replace(" https://www.baidu.com/;");

JS中如何将页面重定向到另一个页面?

标签:com   location   重定向   使用   tar   https   www   targe   oca   

原文地址:https://www.cnblogs.com/WangMengyi/p/14125590.html


评论


亲,登录后才可以留言!