flex返回一条数据无法显示的问题

来源:互联网 发布:淘宝号星级怎么算的 编辑:程序博客网 时间:2024/06/11 07:23
                                      if(event.result is ArrayCollection){
tempArr=event.result as ArrayCollection;
//Alert.show("Array");
}else{
//Alert.show("NotArray");
tempArr.removeAll();

var abc:Object = event.result;
tempArr.addItem(abc);
}
0 0
原创粉丝点击