























Iterator i = list.iterator();list 是已填充好对象的list
Jobdicuser2 user= new Jobdicuser2();Jobdicuser2是一个数据对象
while(i.hasNext())
{
user = (Jobdicuser2)i.next();
xb =user.getXb();
xl =user.getPycc();
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。