摘要: public static void main(String[] args) { System.out.println(getInt()); } public static int getInt(){ int a=10; try { System.out.println(a/0); a=20; } 阅读全文
posted @ 2017-08-28 14:40 王者之笔 阅读(299) 评论(0) 推荐(0) 编辑