https://blog.csdn.net/weixin_29596789/article/details/java将list中的数据倒序 Java 提供了一些简单的方法来实现 List 的倒序。 我们可以使用 Collections 类中的 静态方法 reverse(),或者使用 Stream API。 List list = new ArrayList <>(); 更多内容请查看https://blog.csdn.net/weixin_29596789/article/details/141441536