<?php
header("Content-Type:text/xml");
echo "<?xml version=\"1.0\" encoding=\"GB2312\"?>";
?>
这样写的,但是头信息还是text/html
怎么解决,问题出在什么地方?