gpt4 book ai didi

javascript - 在 window.popstate 上获取新的 URL

转载 作者:数据小太阳 更新时间:2023-10-29 04:33:18 27 4
gpt4 key购买 nike

window.popstate 被触发时,有什么方法可以获取新页面的 url 吗?

window.onpopstate(function (){
newPageUrl = //get the new page's URL
})

最佳答案

使用这个

window.onpopstate(function (){
newPageUrl = location.href;
})

关于javascript - 在 window.popstate 上获取新的 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39503564/

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