为了账号安全,请及时绑定邮箱和手机立即绑定

方法里加入 header('Content-Type:text/xml');浏览器报错

方法里加入 header('Content-Type:text/xml');浏览器报错

<?phpclass Response{ public static function xml(){    header('Content-Type:text/xml'); $xml = "<?xml version='1.0' encoding='UTF-8'?>\n"; $xml.= "<root>\n"; $xml.= "<code>200</code>\n"; $xml.= "<message>数据返回成功</message>\n"; $xml.= "<data>\n"; $xml.= "<id>123</id>\n"; $xml.= "<name>1</name>\n"; $xml.= "</data>\n"; $xml.= "</root>\n"; echo $xml; } }Response::xml();?>
查看完整描述

1 回答

?
阿韩

TA贡献1条经验 获得超0个赞

header函数上面好像不能有内容,放到第一行试试.

查看完整回答
反对 回复 2016-08-19
  • 1 回答
  • 0 关注
  • 1389 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信