当我们在主页搜索时,url会添加?q=参数,但是结果不会变。要读取查询参数,控制器首先需要Request对象 ```php use Symfony\Component\HttpFoundation\Request; public func