我目前有一个long列表,并且想要将其转换为整数列表,所以我写道: List<Integer> student = studentLong.stream() .map(Integer::valueOf) .collect(Collectors ...
確定! 回上一頁