js的这种弹出框怎么做的?像是alert,confirm之类的方法
就是监听onbeforeunload方法
window.onbeforeunload = function(event) { return confirm("确定离开此页面吗?");