dd 每次打印都返回的时true...
define('GLOBAL_START', 1); require_once __DIR__ . '/vendor/autoload.php'; // 加载所有Applications//start.php,以便启动所有服务 foreach(glob(__DIR__.'/Applications//start.php') as $start_file) { require_once $start_file; } /...