Perhaps you want error handler that takes the thrown error as a parameter. function handler(errorEvent) { alert(errorEvent.stack); } window.addEventListener(" ...
確定! 回上一頁