addEventListener('beforeunload',function () { let confirmationMessage = 'Do you really want to close?' e.returnValue = confirmationMessage // Gecko, Trident ...
確定! 回上一頁