简体   繁体   中英

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?

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?

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.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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