摘要:
1https://wangdoc.com/javascript/features/error.html 1 1 let a = 1 const test = () => { a = 2; throw new Error('给三失败'); // 抛出错误 a = 3; a = 4; } test(); 阅读全文
posted @ 2020-06-04 18:08
Mila_媛儿
阅读(249)
评论(0)
推荐(0)