首頁 > 問答 > 主體
namespace app\admin\controller;use think\facade\Config;##class User{ pubilc function get()## pubilc //取得全部的設定項目 dump(Config;;get()); }}