简体   繁体   English

在IE9中查看Ajax返回的数据

[英]Viewing data returned by ajax in IE9

In Internet Explorer 9, how is it possible to view data that is returned by an ajax script? 在Internet Explorer 9中,如何查看ajax脚本返回的数据?

For example, in Firefox using Firebug, The 'All' tab has a 'Response' Sub Tab. 例如,在使用Firebug的Firefox中,“所有”选项卡具有“响应”子选项卡。 that show any data returned by an Ajax Script like below. 显示如下所示的Ajax脚本返回的任何数据。 How is it possible to view this in Internet Explorer? 如何在Internet Explorer中查看此内容?

I have a script that is failing in IE9. 我有一个脚本在IE9中失败。 It's not a bug or error, but it just wont work. 这不是错误或错误,但将无法正常工作。 I've cleared the cache etc. etc. 我已经清除了缓存等。

{"action":"add","close":false,"success":true}

使用developer tools或按f12然后在“ network tab可以看到捕获了xhr请求,然后单击“ go to detailed view按钮以查看response

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM