以下为Spring MVC 功能 异步执行统计方法
@Async public void count(String id){ countService.countTask(id); }
Nutz 中有没有实现类似功能的 方法?
木有, 做一个呗