说明: Slim Framework Create an index.php file with the following contents: get('/hello/{name}', function ($request, $response, $args) { return $response->getBody()->write("Hello, " . $args['name']); }); $app->run(); You may quickly test this usin
<h0r1z0n> 上传 | 大小:73kb