摘要: //将不需要的对象去掉Iterator<TableBean> it = list.iterator();int index = 0;while (it.hasNext()){ TableBean next = it.next(); if (next.getFIELDENNAME().equals(" 阅读全文
posted @ 2021-10-14 10:38 才没有木头 阅读(153) 评论(0) 推荐(0)