js调用Action页面关闭的时候动作怎么捕捉?在页面关闭时,可以调用Action的方法吗 ?[解决办法]function window.onbeforeunload() { event.returnValue = "the page will be closed, comfirm to close? "; }