如何取得ajax返回值中的responseText
1个回答
展开全部
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: false,
success: function(responseText) {
responseText; //这就是返回的responseText
},
error: function (e) {
return;
}
});
2
3
4
5
6
7
8
9
10
11
12
13
$.ajax({
type: "POST",
url: "abc.ashx",
data: {"str": strText },
dataType: "json",
async: false,
success: function(responseText) {
responseText; //这就是返回的responseText
},
error: function (e) {
return;
}
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询