ajax responseText问题 - ITeye问答
2010年1月20日 - ajax responseText问题5 ajax = function(uri, done, params) { var xmlHttp = null; try { //ff,opera8.0,safari xmlHttp = new XMLHttpRequest(); }...
如何取得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...更多关于ajax responseText问题的问题>>