• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
有志青年123
博客园    首页    新随笔    联系   管理    订阅  订阅
2022年4月3日
js- throw and try-catch-finally
摘要: 总结一下: 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)
js- throw
摘要: // 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)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3