That is because the event is called 'unload' and it fires on the window, not the body, e.g.. Code: Ext.EventManager.on(window, 'unload', ...
確定! 回上一頁