fun main() { /** * Kotlin 中的可变集合* 最终也是映射成java 的集合*/ val list = mutableListOf<String>("1", "2", "3") val mutableMapOf ...
確定! 回上一頁