摘要: Hashtable ht;//取key,值for(Iterator it = ht.keySet().itrator();it.hasNext();){ String key = (String)it.next(); ObjectA value = (ObjectA)... 阅读全文
posted @ 2013-10-31 12:07 00000000O 阅读(160) 评论(0) 推荐(0)