// [Application entry file] namespace think;// Load the basic file require __DIR__ . '/../thinkphp/base.php';// Support setting the Request object and Config object using static methods in advance // Execute the application And respond to Container::get('app')->run()->send();