gpt4 book ai didi

Javascript 获取重定向到页面的完整 URL

转载 作者:行者123 更新时间:2023-12-04 14:47:33 25 4
gpt4 key购买 nike

javascript refereer image explained

您好,正如您在图片中看到的,在我的网页中,我有几个页面可以重定向到同一页面。在示例中,两个页面:

example.com/content.html -> example.com/news.html
example.com/files/actual.html -> example.com/news.html

我想在页面 example.com/news.html 上启用一个按钮,该按钮返回到完整源引用 url

例如,如果用户 A 通过 example.com/content.html 被重定向到 example.com/news.html,他的返回按钮应该指向源 URL -> example.com/content.html

我试过JS属性

var referrer = document.referrer;
console.log(referrer);

但它只返回域名 example.com 而不是完整的 URL example.com/content.html

非常感谢。

最佳答案

这取决于你需要什么。如果你总是有一个重定向,你可以使用:

window.history.go(-2);

否则,您可能必须使用历史信息来操纵参数。

完整文档:https://developer.mozilla.org/en-US/docs/Web/API/History_API

关于Javascript 获取重定向到页面的完整 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69740783/

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