url: 'Account/SysArea/InsertRoot',//请求URL
params: record.data.attributes,//参数列表
success: function (response) { //操作成功回调函数
var _o = Ext.decode(response.responseText); //解析
}
});
Ext.data.Connection
view source
withCredentials
:Boolean
view source
此参数'true'时即设置XHR对象属性 withCredentials = true ...