int[]a=new int[3]; Arrays.stream(a).forEach(q -> q = 3); System.out.println(Arrays.toString(a));
为什么数组的元素还是int的初始值呢 为什么没有改成3
慕移动4708697
zzZerOrz
相关分类