环绕通知:一个完整的try...catch...finally结构

编写环绕通知方法,环绕通知需要携带ProceedingJoinPoint 这个类型的参数,ProceedingJoinPoint类型的参数可以决定是否执行目标函数,环绕通知必须有返回值。

04-30 01:26