摘要:
总结一下: 1.throw 抛出错误 2.在使用try-catch时 try{}抛出错误,catch{}块语句才执行,另外catch(e)可创建例如e的标识符,对try{}块抛出异常进行捕捉 3.在使用到finally{}块时,其抛出值为try-catch-finally的抛出值,原理:先将已打算抛 阅读全文
posted @ 2022-04-03 11:41
有志青年123
阅读(30)
评论(0)
推荐(0)
摘要:
// Create an object type UserExceptionfunction UserException (message){ this.message=message; this.name="UserException";} // Make the exception conver 阅读全文
posted @ 2022-04-03 10:25
有志青年123
阅读(80)
评论(0)
推荐(0)
浙公网安备 33010602011771号