Java 中的 Object 在Kotlin 中变成了 Any ,和 Object 作用一样:作为所有类的 ... val strs: Array<String> = arrayOf("a", "b", "c") val anys: ...
確定! 回上一頁