web.php
on('request', function ($request, $response) { var_dump($request->get, $request->post); $response->header("Content-Type", "text/html; charset=utf-8"); $response->end("Hello Swoole. #".rand(1000, 9999)."
");});$http->start();
效果如下
本文共 252 字,大约阅读时间需要 1 分钟。
web.php
on('request', function ($request, $response) { var_dump($request->get, $request->post); $response->header("Content-Type", "text/html; charset=utf-8"); $response->end("Hello Swoole. #".rand(1000, 9999)."
");});$http->start();
效果如下
转载地址:http://ihrra.baihongyu.com/