第四十六条:for-each循环优先于传统的for循环

for(Elements e : list)

{

       //doSomeThing……

}

原文地址:https://www.cnblogs.com/wangliyue/p/4494528.html