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

为啥我没输出时间呢,其他都是正常

public String intercept(ActionInvocation invocation) throws Exception {

long start=System.currentTimeMillis();

   String result=invocation.invoke();

   long end=System.currentTimeMillis();

   System.out.println("时间:"+(end-start));

return result;

}


正在回答

1 回答

拦截器可能在XML文件中没注册,或者引用!

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

举报

0/150
提交
取消

为啥我没输出时间呢,其他都是正常

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