List> listData = new ArrayList>; Map map = new HashMap; //for循环读取你查出来的数据 for(){ map.put("TIME_STAMP", 值1); map.put("PROVINCE_ID", 值2); .. listData.add(map); } //这样就循环把查询数据放在了List中 然后在页面遍历listData,获取每个数据