JSONP出错{“readyState”:4,“status”:200,“statusText”:“load”}

时间:2017-06-15 08:37:51

标签: php jquery ajax

我将一个命令发送到外部服务器到url,我在html代码上得到{“readyState”:4,“status”:200,“statusText”:“load”}。但在控制台中我得到了你可以在图像上看到的好数据。

有什么帮助吗?

enter image description here

结果:

enter image description here

1 个答案:

答案 0 :(得分:0)

您需要将结果包装在json回调字符串中。 使用echo $_GET['jsoncallback'].'('.$result.')';