这是我的示例,如何在Kotlin中做到这一点? var hashMapForTry = HashMap<String,Int>() hashMapForTry.put("Hi",5) hashMapForTry.put("What",7) ...
確定! 回上一頁