This page contains the following errors: error on line 1 at column 6: XML declaration allowed only at the start of the document
这就是Google Chrome在XML数据显示时向我显示的内容:
<?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>
为什么告诉我这个以及它是什么意思?
答案 0 :(得分:2)
在<?xml
声明之前删除前导空格。