gpt4 book ai didi

javascript - 如何通过仅附加哈希来重新加载浏览器页面?

转载 作者:行者123 更新时间:2023-11-30 17:39:56 26 4
gpt4 key购买 nike

例如,当我访问 http://www.example.com/foo 并使用它时:

window.location.href = "http://www.example.com/foo#bar";

默认操作是页面不会重新加载,它只是将我移至带有 id="bar" 的元素。

但是如果我明确希望页面刷新怎么办?我该怎么做?

如有必要,我可以使用 jQuery。

谢谢。

最佳答案

您可以在更改位置后立即重新加载页面。像这样:

window.location.href = "http://www.example.com/foo#bar";
location.reload();

关于javascript - 如何通过仅附加哈希来重新加载浏览器页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21301660/

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