首页 > 问答 > 正文
namespace app\admin\controller;use think\facade\Config;class User{ pubilc function get() { //获取全部的配置项 dump(Config;;get()); }}