我正在使用Dojo,并向AJAVA级发出呼吁,并试图将该方案的产出带给客户一个警示箱。
var showResult = function(result){
console.log("Showing Result()");
var store = new dojo.data.ItemFileReadStore({ data: result});
console.dir(store);
store.fetch( { onItem: function(data) { alert("Hie"); },
onError: function(error,request){ alert("ERROR");}
});
};
这是我的代码showResult
。 基本上从<代码>xhr要求中召回功能。 页: 1 灭火器,但单壳功能总是回到<条码>。
我的储存阵列形式是{info=“试验电言”>
,我需要检索“试验电文”,并在警示箱中展示。 任何帮助?