微信扫一扫
在finally块中使用try catch,并且catch的时候抛出异常的一个问题
throw inside finally block
可能会导致抛出 finally 中的异常,try 中的异常不能抛出
相关推荐