我菜固我在

博客园 首页 新随笔 联系 订阅 管理
hashtable
for(Enumeration enumeration = hashtable.keys(); enumeration.hasMoreElements();){
            String s1 = (String)enumeration.nextElement();
            System.out.println(s1+":"+hashtable.get(s1));
}
posted on 2005-09-30 16:41  大侠(cer)  阅读(229)  评论(0编辑  收藏  举报