深刻理解try catch吃掉異常,及catch(Exception e)中的異常

package test.s; public class yichang { public static void main(String[] args) throws Exception{ try{ double a=aa(); System.out.println(a); }catch(Exception e){ e.printStackTrace(); }
相關文章
相關標籤/搜索