提交表單后,我試圖重定向到“/”路由(同一頁面):/** * @Route("/") */我的做法:return $this->redirectToRoute('/');給我以下錯誤:無法為命名路由“/”生成 URL,因為這樣的路由不存在。 查看完整描述