1、代码写到beforeClose事件,如果允许关闭,就设置
e.cancel = false
如果不允许关闭,就设置 e.cancel = true
2、你现在遇到的是什么问题?如果写在自己的按钮里面,你应该加上 e.form.close 关闭窗口的代码