han3367775
Results
1
comments of
han3367775
我在入口文件中,做了如下改动: `namespace think; require __DIR__ . '/../vendor/autoload.php'; $app = new App(); // 执行HTTP应用并响应 $http = $app->http; $response = $http->run($app->request); $response->send(); $http->end($response);`