js 检测页面刷新或关闭时间:2021-08-02 14:20:35window.onbeforeunload=function(){ //要提交的内容 return "随意写";//必须有return ,不然只有ie有效,chrome无效 }