namespace app\admin\controller;
use think\facade\Config;
class User
{
pubilc function get()
{
//获取全部的配置项
dump(Config;;get());
}
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号