1、首先引入这个包,这是他的maven地址<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>4.6.2</version></dependency>

3、为了测试方便,我这新建了一个Map集合,并添加几个内容

5、最后运行程序,看看结果是什么

时间:2024-10-12 01:35:44
1、首先引入这个包,这是他的maven地址<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>4.6.2</version></dependency>
3、为了测试方便,我这新建了一个Map集合,并添加几个内容
5、最后运行程序,看看结果是什么