摘要:
// 遍历删除 部门为空的数据 Iterator<PageData> it = vioList.iterator(); while(it.hasNext()){ PageData x = it.next(); if(x.get("deptName").equals("")){ it.remove() 阅读全文
摘要:
测试1 xiao1 xiao2 阅读全文