关于thinkPHP的基础操作请求对象 构造方法注入class Index{ public function __construct(Request $request) { $this->request = $request; } ...