ext 解析后台返回response.responseText中的数据
生活随笔
收集整理的這篇文章主要介紹了
ext 解析后台返回response.responseText中的数据
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Ext.Ajax.request({
url: "...",
method: "POST",
params: {
currentID: mainNode.attributes.id
},
success: function (response) {
var resp =??Ext.decode(response.responseText );
resp.totalCount;
}
}); //ajax over
轉載于:https://www.cnblogs.com/royal-salute/p/8036716.html
總結
以上是生活随笔為你收集整理的ext 解析后台返回response.responseText中的数据的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 怀孕梦到飞机坠落啥意思
- 下一篇: .9-浅析webpack源码之NodeE