Java 的增强 for 循环

语法:

     for(元素类型 e: 集合或数组)

    {

      循环体

    }

原文地址:https://www.cnblogs.com/lewenzhong/p/5736138.html