求助,用js实现关闭浏览器弹出一个提示框,确

如题所述

window.onbeforeunload=function(){
   event.returnValue="请确定是否关闭或刷新当前页面?";
}

温馨提示:答案为网友推荐,仅供参考
相似回答