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.
我有一个 Web 应用程序。假设在一个页面中我有 2 个标签 lbl1、lbl2 和对应的 2 个 txtbox。如果我关闭/重新启动/注销/注销/关闭我想保存数据的应用程序,则应用程序在 Web 浏览器中打开一个文件(excel/xml)。
如果 OS 系统是 LogOff 或 Shutdown,window.onbeforeunload 事件将不起作用
您可以使用window.onbeforeunload事件。
window.onbeforeunload