问题描述 这里详细描述问题 我在使用依赖注入的过程发现,我如果在构造方法中注入了request,会导致在使用的时候一些方法调用会有问题,比如getRemoteIp()、getRealIp()之类的 程序代码 // 注释的方式如下, // 已经在dependence.php添加了\support\Request::class => function () {return request();} use suppo...