Kotlin 也有List、Map、Set,但Kotlin 中的List、Map、Set 只能讀取,是無法進行修改,若 ... var mutableMap: MutableMap<String, Int> = mutableMapOf() //新增資料 ...
確定! 回上一頁