Loading... ##### 1、`window.location.href` ```js window.location.href = 'b.html'; ``` > 注:此方法跳转后可返回上一级页面 ##### 2、`window.location.replace` ```js window.location.replace('b.html'); ``` > 注:此方法跳转后不可返回上一级页面 最后修改:2024 年 12 月 10 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏