时间:2024-10-23 11:36:51
1、在你的项目中引入hutool的jar包
3、long[] sub = ArrayUtil.sub(c, 1, 3);//获取子数组
5、运行程序查看得到的结果