【发布时间】:2013-11-28 04:15:36
【问题描述】:
这是我的 ArrayCollection 我想从这个 arrayCollection 中删除“Label:”Taxes”, Value:2000” 行。伙计们,不使用 forloops 或使用 forloop 怎么能做到这一点?
public var expenses:ArrayCollection = new ArrayCollection([
{Label:"Taxes", Value:2000},
{Label:"Rent", Value:1000},
{Label:"Bills", Value:100},
{Label:"Car", Value:450},
{Label:"Gas", Value:100},
{Label:"Food", Value:200}
]);
【问题讨论】:
标签: actionscript-3 apache-flex flex4 flex3 flex4.5