如何取得ajax返回值中的responseText_百度知道
最佳答案: 1 2 3 4 5 6 7 8 9 10 11 12 13 $.ajax({ type: "POST", url: "abc.ashx", data: {"str": strText }, dataType: "json", async...更多关于如何return responseText的值?的问题>>
如何获取ajax 的responsetext的返回值_百度知道
最佳答案: $.ajax({ type: "POST", url: "abc.ashx", data: {"str": strText }, dataType: "json", async: false, success: function(responseText) {...更多关于如何return responseText的值?的问题>>