public void test(List<SourceExcelDTO> list) { list.removeAll(Collections.singletonList(new SourceExcelDTO())); }
java 删除list中字段值全部为空的对象
于 2023-03-27 14:13:00 首次发布
public void test(List<SourceExcelDTO> list) { list.removeAll(Collections.singletonList(new SourceExcelDTO())); }