response.ContentType="text/xml"
response.write("<?xml version=""1.0"" encoding=""iso-8859-1""?>
这会引发错误:
error on line 9 at column 6: XML declaration allowed only at the start of the document
如何修复此错误?
response.ContentType="text/xml"
response.write("<?xml version=""1.0"" encoding=""iso-8859-1""?>
这会引发错误:
error on line 9 at column 6: XML declaration allowed only at the start of the document
如何修复此错误?