java 去除List中的null值

Collection nuCon = new Vector();  nuCon.add(null);  list.removeAll(nuCon);
相關文章
相關標籤/搜索