The pagehide event is sent to a Window when the browser hides the current page ... window.onpagehide = event => { if (event.persisted) { /* the page isn't ...
確定! 回上一頁