以下是官方说明
0 UNSENT Client has been created. open() not called yet.
1 OPENED open() has been called.
2 HEADERS_RECEIVED send() has been called, and headers and status are available.
3 LOADING Downloading; responseText holds partial data.
4 DONE The operation is complete.
0 UNSENT Client has been created. open() not called yet.
1 OPENED open() has been called.
2 HEADERS_RECEIVED send() has been called, and headers and status are available.
3 LOADING Downloading; responseText holds partial data.
4 DONE The operation is complete.
2016-04-14
最赞回答 / 西风潇潇
已经找出错误,并修正。看看是否是下面2个问题:1.URL地址错误:<...code...>jqueryjsonp.html文件中,ajax文件中的URL地址是否对应,如果不对应,会出现错误:<...code...>这种情况,是url地址...
2016-04-14
最新回答 / 请叫我橙子蛋
<?php//设置页面内容是html编码格式是utf-8//header("Content-Type: text/plain;charset=utf-8"); header("Content-Type: application/json;charset=utf-8"); //header("Content-Type: text/xml;charset=utf-8"); //header("Content-Type: text/html;charset=utf-8"); //header("Conte...
2016-04-14