这段代码在程序中的意思是什么(红色标记)
public class p177 {public static void main(String[] args){
int[] a =new int[] {1,2,3};
for(int b: a){
System.out.print(b);
}
}
}
2011-10-06 19:22
2011-10-06 21:06
2011-10-07 21:20
2011-10-08 18:14