ajax中xmlHttpRequest.responseText返回值问题_百度知道
最佳答案: /********xmlHttpRequest对象返回值**********onabort: nullonerror: nullonload: nullonloadend: nullonloadstart: nullonprogress: null...更多关于Ajax responseXML取不到返回值,但是responseText却可以???的问题>>
如何取得ajax返回值中的responseText_百度知道
最佳答案: $.ajax({ type: "POST", url: "abc.ashx", data: {"str": strText }, dataType: "json", async: false, success: function(responseText) {...更多关于Ajax responseXML取不到返回值,但是responseText