摘要: 有这么一段代码,在执行func方法后在Test中打印返回值。 public int func(){ int i = 0; try { i++; throw new Exception(); }catch (Exception e){ return i++; }finally { i++; } } @ 阅读全文
posted @ 2022-02-16 14:29 阿毛爱买买 阅读(1185) 评论(0) 推荐(1)