老师你好,Java中的foreach循环
是怎样的结构?怎样书写?
for(循环类型 循环变量:被遍历的集合或数组){
......
}
可以在看看foreach的视频
http://www.mingrisoft.com/video/745.html