摘要: // 遍历删除 部门为空的数据 Iterator<PageData> it = vioList.iterator(); while(it.hasNext()){ PageData x = it.next(); if(x.get("deptName").equals("")){ it.remove() 阅读全文
posted @ 2017-09-06 19:54 麦田守望 阅读(879) 评论(0) 推荐(0)
摘要: 测试1 xiao1 xiao2 阅读全文
posted @ 2017-09-06 15:06 麦田守望 阅读(418) 评论(0) 推荐(0)