返回值 2
public static int getNum(){ try{ return 1;
}catch(Exception e){ e.printStackTrace(); }finally{ return 2; } }