摘要: 异常 1.捕获和抛出异常 异常处理五个关键字 try catch finally throw throws 捕获异常 public class Demo { public static void main(String[] args) { int a = 1; int b = 0; //捕获多个异常 阅读全文
posted @ 2021-11-18 17:47 lohir 阅读(40) 评论(0) 推荐(0)