HashMap
//定义一个HashMap对象 HashMap Hash=new HashMap();
//往HashMap中压入对象
Hash.put("001",new Person());//这里为什么错啊 HashMap应该如何使用啊 (这是程序片断,Person我前面有这个类)
2006-11-19 11:46
2006-11-19 12:02
2006-11-19 12:26
2006-11-19 12:51
2006-11-19 13:01