$con = $this->router->fetch_class();//获取控制器名$func = $this->router->fetch_method();//获取方法名这是框架自带的方法,官方文档没有介绍,深入挖掘框架得知,亲测2.x中有效....