for (Iterator it = list.iterator(); it.hasNext();) { Hashtable ht = new Hashtable(); ht = (Hashtable) it.next(); String str = ht.get("字段名").toString(); System.out.println(str); }
81,122
社区成员
341,744
社区内容
加载中
试试用AI创作助手写篇文章吧