iterator next有值hasnext却为false。是因为falsefor循环中嵌套iterator迭代器遍历是有问题的
如下:注释的代码是有问题的。采用fori循环即可。/** * 1、遍历主题list * 2、遍历模板list * 3、从总数据中找到匹配数据,进行重新封装 */ for (int i = 0; i < themeList.size(); i++) { TemplateRankingRsp.Series themeSeries = new TemplateRankingRsp.Seri