Set<Map.Entry<String, String>> entries = someMap.entrySet();. 獲取map的key: Set<String> keySet = someMap.keySet();. 獲取map的value:
確定! 回上一頁