渡一教育公開課web前端開發JavaScript精英課學習筆記(十一)try……catch……和 ES5的嚴格模式

try……catch…… <script type = "text/javascript"> try{ //正在執行的代碼,若是出錯會終止執行,轉到執行catch中的代碼 console.log('a'); console.log(b); console.log('c'); }catch(e){ // e 表明捕捉到的錯誤對象Error,名稱可隨意起
相關文章
相關標籤/搜索