This page contains the following errors: error on line 1 at column 6: XML declaration allowed only at the start of the document
当 XML 数据是这样时,这就是 Google Chrome 向我展示的内容:
<?xml version="1.0" encoding="UTF-8"?>
<tbl Src="JD-API">
<cols>
<col ID="0"Nam="ID" Typ="3" Wid="50" />
<col ID="1"Nam="Text" Typ="1" Wid="50" />
</cols>
<rows>
</rows>
</tbl>
为什么它告诉我这个,这是什么意思?