摘要:
Iterator agitr = args.iterator(); Set rst = new HashSet(); Set rst1 = new HashSet();while (agitr.hasNext()) { String gpcode = (String) agitr.next();boolean isretain = true;if (grpusr_code != null && grpusr_code.length() > 0) { isretain &= cdlist.contains(gpcode); }if (grpusr_name != n 阅读全文
posted @ 2011-09-23 14:22
snowolf
阅读(1692)
评论(0)
推荐(0)
浙公网安备 33010602011771号