數組先來談談數組,也可參考Kotlin 快速入門#數組數組在Kotlin 中使用Array 類來表示 ... val x: IntArray = intArrayOf(1, 2, 3) x[0] = x[1] + x[2].
確定! 回上一頁