val hashMap:HashMap<Int,String> = HashMap<Int,String>() //define empty hashmap hashMap.put(1,"Ajay") hashMap.put(3,"Vijay") hashMap.put(4 ...
確定! 回上一頁