Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我工作的最后一个应用程序,我能够在“firebug”的控制台选项卡中看到 Ajax 调用,并清楚地看到请求和响应并进行一些调试。
我正在开发的这个新应用程序大量使用了 Ajax;但是,调用不会显示在控制台选项卡中。我的 Ajax 数据类型是 JSON。
这与应用程序有关吗?在使用 Ajax 时,您建议使用什么进行调试。
谢谢
JSONP 请求仅在 NET 选项卡下可见。