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/
属性
本文标题:try catch
本文链接:https://www.haomeiwen.com/subject/trypmqtx.html
网友评论