捕获 beforeunload 事件中的 URL
当用户离开我的页面时,onBeforeUnload 事件会触发向用户显示一个确认框。现在有没有一种方法可以捕获用户导航到的 URL?
When a user navigates away from my page the onBeforeUnload event triggers a confirmation box to be displayed to the user. At this point is there a method by which I can capture the URL that the user is navigating to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不可以。这可能会将信息泄露给未经授权的一方。
No. That could potentially give info away to an unauthorized party.
同上安东尼·W·琼斯。出于安全/隐私原因,在这方面有意限制了语言。
Ditto AnthonyWJones. The language has been limited in this regard intentionally for security/privacy reasons.