摘要: public class TestException5 { public static void main(String[] args) { int a=3; int b=0; try{ if(b==0)throw new ArithmeticException( ); System.out.pri... 阅读全文