try catch
2019-03-17 本文已影响0人
晚溪呀
try {
// 错误信息会被 error 捕获
} catch (error) {
// 会在这里显示
}
throw Error
抛出错误
Error
也是一个对象
catch /kætʃ/
捕获
try /traɪ/
尝试,努力
throw /θrəʊ/
抛
props /prɒps/
属性
try {
// 错误信息会被 error 捕获
} catch (error) {
// 会在这里显示
}
throw Error
抛出错误
Error
也是一个对象
catch /kætʃ/
捕获
try /traɪ/
尝试,努力
throw /θrəʊ/
抛
props /prɒps/
属性