gpt4 book ai didi

javascript - 重写document.location而不加载

转载 作者:行者123 更新时间:2023-12-02 05:35:21 26 4
gpt4 key购买 nike

我正在开发一个100%ajax的系统,当然,第一个请求除外。

我对使用javascript更改document.location中的地址感兴趣。
但是我不希望浏览器将页面加载到该"new"位置。

有人知道我该怎么做吗?

最佳答案

要重写整个位置,而不仅仅是“哈希”部分,可以使用浏览器历史记录API,尽管目前看来只是supported in Gecko 1.9.3/Firefox 4

history.replaceState({}, document.title, url)

关于javascript - 重写document.location而不加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2936931/

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