你好!
只需要进行一个绑定就可以了啊~~
import mx.collections.*;
[Bindable] public var _dataList:Arraycollection;
]]>
//假设你的集合中有个属性为 dept,使用下面的方式显示出来
[Bindable]
public var flexDataList:Arraycollection; //flexDataList是用于接收后端数据
监听flexDataList的onchange事件即可。
参考:http://hi.baidu.com/ltgmctmdzpbbkwd/item/911bb9b4fde7e4c062388eab