算术异常

除数不能为0 
java.lang.ArithmeticException: / by zero
int a=1;
int b=0;
a/b;
posted @ 2019-05-30 19:26  千里之外kb  阅读(283)  评论(0)    收藏  举报