先介紹 throw 和 Error 的用法 function willHappenError() { //... throw Error("this is my error") //... } willHappenError ();. 執行順序. 當發生exception ...
確定! 回上一頁