我正在使用ExtJs 4.2.1。商店載入事件的「記錄」參數顯示爲空。ExtJs 4.2數據存儲加載事件
st=Ext.getStore('MyJsonStore');
st.on('load',function (store, records, successful, eOpts){
//Block of codes
var access=records[0].data.access;
//Block of codes
});
st.load();
錯誤消息在控制檯拋出: -
類型錯誤:無法讀取屬性「0」空的
誰能幫我這個??? Thankx!
你可以留言嗎? – Aminesrine