談談前端異常捕獲與上報

try catch (一般是爲了判斷一段代碼是否存在異常) try { let a = 1; let c = a + c; } catch (err) { // 捕獲處理 console.log(err); // ReferenceError: c is not defined } 缺點:在異常代碼上進行包裹,會讓
相關文章
相關標籤/搜索