List<String> list = new ArrayList<>(Arrays.asList("A", null, "B", null));. list.removeAll(Collections.singleton(null));.
確定! 回上一頁