gpt4 book ai didi

javascript - 用新 URL 替换浏览器内容

转载 作者:行者123 更新时间:2023-11-30 07:48:31 24 4
gpt4 key购买 nike

我需要使用新的 URL 重新加载浏览器窗口,这也会替换/刷新内容并强制重新加载页面。 window.replace() 或 window.location 不起作用,我可以使用任何其他功能吗?

最佳答案

应该这样做:

window.location.replace("http://example.com/");

其他方式(但不替代):

window.location.href = "http://example.com/";
window.location.assign("http://example.com/");

关于javascript - 用新 URL 替换浏览器内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/628475/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com