Javascript 获取地址栏值
有谁知道在用户尝试从我的网站导航到另一个页面后如何(或者如果可能)获取地址栏值?
需要明确的是,我不是在查找 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是不可能的。
如果用户通过页面中的超链接更改页面,您当然可以捕获链接的目标 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?
不,如果他们加载了 www.mybankwithterriblesecurity.com/?password=password 怎么办?
No, what if they loaded www.mybankwithterriblesecurity.com/?password=password ?
不,这将是一个巨大的安全问题。
传统的长答案是“nooooooooooooooooooooooooooooo”。
No, that would be a gigantic security problem.
The traditional SO long answer would be "nooooooooooooooooooooooooooooooo".