就是要按关闭键没反应的,怎么做到?网上查了都没有,求解。不要do loop
window.addEventListener('beforeunload', function (e) { e.preventDefault(); e.returnValue = ''; // 兼容旧版本浏览器 });