gpt4 book ai didi

javascript - 没有 "lose"url 搜索部分的 HTML 链接。如何?

转载 作者:行者123 更新时间:2023-11-28 00:12:05 25 4
gpt4 key购买 nike

假设我在这个页面上:

http://localhost:4444/index.html?user=test

我的 index.html 页面有一个这样的链接:

<a href='help.html'>help</a> 

如果我点击它,浏览器会把我带到那里,我的 url 会变成这样:

http://localhost:4444/help.html

但我希望它发生的是我不会丢失“搜索查询”这样我就会被带到这里:

http://localhost:4444/help.html?user=test

有没有简单的方法可以做到这一点?可能没有 javascript..

最佳答案

您还可以从访问的页面阅读 document.referrer

//localhost:4444/index.html?user=test

并拆分为“?”获取搜索表达式。

关于javascript - 没有 "lose"url 搜索部分的 HTML 链接。如何?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14563905/

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