请问哪个文件哪个方法调用的 controller 装饰器的配置
IMooc/Application.php里的dispatch方法,该方法在程序初始加载的时候就会调用,即在index.php文件中
IMooc\Application::getInstance(__DIR__)->dispatch();