[size=large]增强的“for”循环(Enhanced For loop) [/size]For-Each循环的加入简化了集合的遍历 其語法如下 for(type element : array) { System.out.println(element).... }