哪种场景不执行?
无论return语句出现在try块还是catch块 finally一定会执行。执行顺序 try (catch) finally return 但是如果finally块有return语句 则直接退出。不再执行try或者catch块的return语句