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; } 設定狀態程式碼