数组Array Kotlin中数组也是个容器,提供了不同的类型有:ByteArray, ... 的数组 var array1 = emptyArray<String>() //初始化一个空的数组,需要传入 ...
確定! 回上一頁