錯誤分析:finally block does not complete normally

try{   ... } finally {    ...   return; } 應該寫成 try{   ... } finally {    ... } return; 不要在finally 裏面使用 return 或者 new throw()之類的,不然會引發編譯器警告  
相關文章
相關標籤/搜索