Map<String, Integer> map = new HashMap<String, Integer>();
map.put("張三", 40);
System.out.println("張三的年齡是:" + map.get("張三");