赞
踩
IntStream.range(0, data.size()).forEach(i -> { ..... 省略 });
list.stream().forEach(e -> { ..... 省略 });