List<Object> objectList={[1,2.00],[2,2.00]};
Iterator it=objectList. iterator();
while(it.hasNext()){
Object[] arr=(Object[])it.next();
}
注:集合中的数据由sql语句多表连接 查询出来的多组数据 。
对象——数组
List<Object> objectList={[1,2.00],[2,2.00]};
Iterator it=objectList. iterator();
while(it.hasNext()){
Object[] arr=(Object[])it.next();
}
注:集合中的数据由sql语句多表连接 查询出来的多组数据 。
对象——数组