existList.add("oJkxxw9As9hHdLnfqRbfDHeF9WAU"); notExistList.removeAll(existList);//将不存在的list,除掉存在的list,剩下的就是不存在的了System.out.println(existList); System.out.println(notExistList); } }
existList.add("oJkxxw9As9hHdLnfqRbfDHeF9WAU"); notExistList.removeAll(existList);//将不存在的list,除掉存在的list,剩下的就是不存在的了System.out.println(existList); System.out.println(notExistList); } }