import java.util.HashMap; import java.util.Map; ... Map<String, Integer> map = new HashMap<>(); map.put("apple", 123); map.put("pear", ...
確定! 回上一頁