摘要: 异常 error和exception 五个关键字 try,catch,finally,throw,throws; try //监控区域 catch //(捕获异常的类型)捕获异常 finally //处理善后工作,无论有没有异常都执行 public class Demo { public stati 阅读全文
posted @ 2021-06-29 09:15 发发yyds 阅读(42) 评论(0) 推荐(0)