StackOverflow 文档 symfony2 教程 响应 设置标题 设置标题 Created: November-22, 2018 请参阅 http 标头列表。 public function someAction(){ // Action's code $response = new Response(); $response->headers->set('Content-Type', 'text/html'); return $response; } 设置状态代码