Collections.shuffle(testList);// 对列表进行随机排序 testList.removeAll(Collections.singleton(null));// 删除列表中全部 null 元素