我在我的控制器中使用 codeigniter 1.7.3
function Test()
{
parent::Controller();
$this->output->set_header(‘Content-Type:application/xml’);
//$this->output->set_content_type(‘application/xml’);
}
我尝试了 set_header 和 set_content_type 它仍然返回文本/html。我该如何解决这个问题?