java 去除List中的null值

Collection nuCon = new Vector();  nuCon.add(null);  list.removeAll(nuCon);
相关文章
相关标签/搜索