摘要: 一、学习重点 二、学习内容 Question1: try...catch..finally执行顺序:finally永远是在最后执行的 public static int test1(){ int i = 10; try { i++; System.out.println("try:" + i); } 阅读全文
posted @ 2022-07-29 22:32 LJMMJL 阅读(27) 评论(0) 推荐(0)