kotlin 之MutableMap委托. 复制代码. fun main(arg: Array<String>) { val map = mutableMapOf("name" to "tom", "age" to 20 ) val user = user(map) ...
確定! 回上一頁