JAVA代码中加了Try...Catch的执行顺序
摘要:
public static String getString(){ try { //return "a" + 1/0; return "a"; } catch (Exception e) { System.out.println(1); return "b"; // TODO: handle exc 阅读全文
posted @ 2016-07-26 09:53 jiahuafu 阅读(702) 评论(0) 推荐(0) 编辑