为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我用老师的代码运行,after方法也不在最后执行呢?

输出结果如下:

MoocAspect before.

AspectBiz biz.

MoocAspect after.

MoocAspect afterReturning.


正在回答

1 回答

after是在方法运行之后,afterReturning是方法运行之后返回了才执行,意思就是afterReturning在after之后,所以这就是为什么如果方法运行抛出异常没有返回的话,afterReturning就不会执行,而after却会运行的原因

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我用老师的代码运行,after方法也不在最后执行呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信