vuejs中监听窗口关闭和窗口刷新事件的方法 1、使用window.onunload之类的APIwindow.onbeforeunload=function(e){e=e||window.event;//兼容IE8和Firefox4之前的 监听窗口