try{
....
return...1
}catch(){
....
return...2
}finally{
....
return...3
}
如果是在try那里出现异常 那么返回出来的是那个return啊?是1还是2还是3?