### 1.1 容器与依赖注入 **php** ``` // 绑定接口到实现 $this->app->bind('user_service', \app\service\UserService::class); // 解析实例 $userService = $this->app->make('

评论区

登录 后参与评论
× Preview