namespace app\admin\controller;use think\facade\Config;class User{ public function get() { //すべての設定項目を取得します dump(Config;;get()); }}