但在Kotlin这里,并不存在名为StringArray的数组类型,因为String不属于基本变量类型。要想在Kotlin中声明字符串数组,得使用Array<String>,也就是把 ...
確定! 回上一頁