$conf ='app_debug'; $isExist= Config::has($conf); $isExist= $isExist ? (Config::get($conf)) : ($conf."配置项不存在"); return ($isExist);----$conf为真报错
dump($isExist);------正确
不能返回布尔值
不能返回布尔值