Map / HashMap 獲取Key值的方法

方法1:keySet()html   HashMap hashmp = ne HashMap(); hashmp.put("aa", "111"); Set set = hashmp.keySet(); Iterator iter = set.iterator(); while (iter.hasNext()) { String key = (String) iter.next(); // pri
相關文章
相關標籤/搜索