Javascript 获取地址栏值

发布于 2024-08-30 08:58:57 字数 123 浏览 10 评论 0原文

有谁知道在用户尝试从我的网站导航到另一个页面后如何(或者如果可能)获取地址栏值?

需要明确的是,我不是在查找 window.location 中存储的值(因为这是用户当前所在的页面),而是在查找用户尝试导航到的网站。

Does anyone know how to (or if it is possible) to get the address bar value after a user tries to navigate to another page from my site?

To be clear, I'm not looking for the value stored in window.location (since this is the page that the user will currently be on), but rather the site that the user is trying to navigate to.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

ペ泪落弦音 2024-09-06 08:58:57

这是不可能的。

如果用户通过页面中的超链接更改页面,您当然可以捕获链接的目标 URL,但就在地址栏中键入新 URL 而言,则不行。无论如何,为什么?

This isn't possible.

You can of course capture the target URL of a link if the user changes page via hyperlinks in your page, but as far as typing a new URL in the address bar, no. Why, anyway?

卸妝后依然美 2024-09-06 08:58:57

不,如果他们加载了 www.mybankwithterriblesecurity.com/?password=password 怎么办?

No, what if they loaded www.mybankwithterriblesecurity.com/?password=password ?

°如果伤别离去 2024-09-06 08:58:57

不,这将是一个巨大的安全问题。

传统的长答案是“nooooooooooooooooooooooooooooo”。

No, that would be a gigantic security problem.

The traditional SO long answer would be "nooooooooooooooooooooooooooooooo".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文