I have HashMap in Kotlin val map = HashMap<String, String>() map.put("key1","value1"); map.put("key2","value2"); map.put("key3","value3");.
確定! 回上一頁