$a = Config::load(\'config.php\');var_dump($a);//检查配置文件是否存在 $b = Config::has(\'app_status\');var_dump($b); 相关文章: