namespace Zewail\Api\Setting; use Config; 找不到这个Config 如果用门面应该是use think\facade\Config; Config::pull 无需进行实例化就可以很方便的进行方法调用 ThinkPHP V6.0.3