public static int exception(){
try{
int a = 1 /1;
return 1;
}catch (Exception e){
return 2;
}finally {
return 3;
}
望远
相关分类