Spliterator的javadoc提到:ASpliteratormaytraverseelementsindividually(tryAdvance())orsequentiallyinbulk(forEachRemaining()).然后我们转到javadocoftryAdvance()上面写着:Ifaremainingelementexists,performsthegivenactiononit,returningtrue;elsereturnsfalse.也许我在某处误读了,但对我来说似乎只要有一个元素,或更多,剩下的,作为参数的Consumer应该只有每个.accept(