val numbersMap = mutableMapOf("one" to 1, "two" to 2) numbersMap.put("three", 3) println(numbersMap). 如果要一次性添加多个条目(entry), 可以使用 putAll() ...
確定! 回上一頁