浏览器关闭事件 电脑版发表于:2020/4/27 19:48 使用onbeforeunload事件即可 ``` window.onbeforeunload = function () { tosave(); } ```