try catch finally

 

执行流程: try -- catch --finally -- main 

无论 try还是catch中有return,都会被finally中的return 代替

每个return 都是一个覆盖内容到指定地址的操作

相关文章: