在Ext的前台Js中使用Ajax请求,如果想让回调函数中的this作用域跟当前的类一样如何实现呢?Ajax提供了一个参数scope. 详细代码如下: layout : { type : 'accordion', titleCollapse : false, animate : true, activeOnTop : false, }, initComponent : function() {// 通过initComponent来初始化组件 // 必须要在这里新建一下,不能直接在Store中使用,…