月度存档: 2 月 2011

as3删除容器内所有对象

 

while (contain.numChildren ){
contain .removeChildAt( 0 );
}