比方 不加泛型的new ArrayList().stream().collect(Collectors.toList())返回值就是Object new ArrayList<>().stream().collect(Collectors.toList())这样就正常是List的返回值