Java 基础问题: 用 try{❶}catch(){❷} ❸,如果 try 中代码即 1 发生异常, 就被 2 捕获, 还能走到 3,加不加 finally 都会走到后面的代码,那 finally 还有什么用?