Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试检测 window.location 中的更改(例如,如果用户尝试重新加载页面,则会收到通知),但我似乎找不到这样做的方法。是否有一些与之相关的事件?
谢谢
unload当用户离开页面时触发该事件。在某些浏览器中还有一个beforeunload事件,但在 Opera 中不支持。
unload
beforeunload