val index: Array<Int> = arrayOf(5, 3, 4, 9, 1, 2, 6, 8, 7, 10, 3, 11, 5, 12) val index2: Array<Int> = arrayOf(5, 3, 4)/** * reduce函数:累加 ...
確定! 回上一頁