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