观看阿贾克斯在IE9中返回的数据数据、阿贾克斯

2023-09-10 14:53:58 作者:伤透了也看透了

在Internet Explorer 9中,怎么可能来查看由AJAX脚本返回的数据?

In Internet Explorer 9, how is it possible to view data that is returned by an ajax script?

例如,在Firefox使用萤火虫,在全部选项卡中有一个响应子选项卡。这表明通过一个Ajax脚本中包含返回的任何数据。怎么可能在Internet Explorer中查看此?

For example, in Firefox using Firebug, The 'All' tab has a 'Response' Sub Tab. that show any data returned by an Ajax Script like below. How is it possible to view this in Internet Explorer?

我有一个未能在IE9的脚本。这是不是一个错误或错误,但它只是不会工作。我已经清除缓存等等。

I have a script that is failing in IE9. It's not a bug or error, but it just wont work. I've cleared the cache etc. etc.

{动作:添加,关闭:假的,成功:真}

推荐答案

使用开发工具或preSS F12 网​​络标签你可以看到XHR请求抓获并单击进入详细视图按钮来查看响应

use developer tools or press f12 and in network tab you can see xhr request captured and in then click go to detailed view button to see the response