代码之家  ›  专栏  ›  技术社区  ›  Andrew Martinez

IE8 XmlHttpRequest调试[已关闭]

  •  9
  • Andrew Martinez  · 技术社区  · 17 年前

    Julien's Script

    2 回复  |  直到 17 年前
        1
  •  13
  •   BigBlondeViking    17 年前

    Fiddler是IE中请求-响应调试的主要工具…(FireFox中的FireBug)

    http://www.fiddler2.com/fiddler2/

        2
  •  0
  •   Sablefoste    14 年前

    $.post("posturl", data, function(output){
         console.log(output);
    }
    

    在使用IE时,我发现这对我来说有点奏效。但我最喜欢firebug;输出易于检查。