xajax报错问题,高手解答啊
如题
报错如下:
error: The XML response that was returned from the server is invalid.
received:
<?xml version='1.0' encoding="GB2312"?><xjx><cmd n="as" t="selectdays" p="innerhtml">[!CDATA[<select name="day" id="day"><option value="1">1</option><option value="2">2</option>....</select>]]</cmd></xjx>
You have whitespace in your response.
这是报的错
我已经把字符编码改为gb2312,可是还会有这个问题这是怎么回事啊
|