void testMap() { Map<String, Integer> map = new HashMap<>(); map.put("a", ... forEach((k, v)-> System.out.println(k + ":" + v)); }. 复制代码.
確定! 回上一頁