for each语句的用法:for each(var x:Object in s)

for each语句的用法

for each(var x:Object in s) 

{

trace(x);

}