... map.put(1, 1); Arrays.asList(arr).forEach(key -> { map.computeIfPresent(key, (k, v) -> { return v + 1; }); });. 分类: java. 好文要顶 关注我 ...
確定! 回上一頁