window.onbeforeunload = function(e) {. 2. e = e || window.event;. 3. e.preventDefault = true;. 4. e.cancelBubble = true;. 5. e.returnValue = 'test';.
確定! 回上一頁