HashMap ; public class NewClass { public static void main(String[] args) { HashMap map = new HashMap(); map.put("A", "111"); map.put("B", ...
確定! 回上一頁