val array5 : Array<String> = Array(5, {""}) for (i in 0..2) { array5[i] = i.toString() } 初始化长度为5,元素均为""的数组,并为数组前3个元素 ...
確定! 回上一頁