ExtJs ajax调用汇总
//调用Ext.Ajax.request({ url:'', scope:this, sync:true, success:function(){} }); ??
//调用Ext.Ajax.request({ url:'', scope:this, sync:true, success:function(){} });
?