已采纳回答 / hct火车头_0001
getData()方法里 dataList没有初始化。 在for循环上面添加一句: dataList = new ArrayList<Map<String,Object>>();
2015-03-12