阅读时间:1 分钟0 字配置服务 系统配置服务:App\System\Service\Config。读取配置 phpuse App\System\Service\Config; $system = Config::getJsonValue('system', []); $title = Config::getValue('system.title');写入配置 phpConfig::setValue('system.title', '新的标题');