代码:
/*String[] s=new String[]{"sdsfd","fgd","sdf"};
for(String a:s)
System.out.println(a);
*/
对于这个for加强版我认为很类似队列,先进先出,a是队列中的front,然后一直出队 出队..........