think\Response类和think\response\View output方法优先级问题求教
think\Response类
追代码到send()方法->> $data = $this->getContent(); ->> 接着$content = $this->output($this->data);
这里think\Response 类中output方法默认不是调用自身的output 而是使用的use中的use think\response\View as ViewResponse; 中的output方法
有些不理解这里的优先级运行流程?求助高手解答。谢谢。