收起
这个是java里的for迭代写法格式是for (集合里元素的类型 代表每次迭代的那个变量 : 集合){。。。}相当于for (int i = 0; i < list.Length; i++){Integer value = list.get(i);...}
报告相同问题?