hashMap.put("aa",1); hashMap.put("bb",2); hashMap.put("cc",3); 元素遍历. Iterator iterator = hashMap.keySet().iterator(); while (iterator.
確定! 回上一頁