Collections.shuffle(testList);// 對列表進行隨機排序 testList.removeAll(Collections.singleton(null));// 刪除列表中全部 null 元素