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.
我正在为 android/iphone 开发 Jquery 移动 Web 应用程序。safari/android 默认浏览器等移动浏览器的关闭事件是什么?
这应该有效:
$(window).unload(function() { alert('Leaving...'); }
但卸载事件: