数组在Kotlin 中使用 Array 类来表示。它定义了 get() 与 set () 函数(按照运算符重载约定这会转变为 [] )与 size 属性及其他有用的成员函数: class Array<T> ...
確定! 回上一頁