<?php
namespace BusyPHP;
require __DIR__ . '/../vendor/autoload.php';
$http = (new App())->http;
$response = $http->run();
$response->send();
$http->end($response);
<?php
namespace BusyPHP;
require __DIR__ . '/../vendor/autoload.php';
$http = (new App())->http;
$response = $http->run();
$response->send();
$http->end($response);
以上就是“busy tp5 index”的詳細內(nèi)容,更多請關(guān)注木子天禾科技其它相關(guān)文章!