时间:2024-10-23 13:03:24
1、在你的程序中添加hutool的jar包
3、byte[] sub = ArrayUtil.sub(c, 3, 5);//获取子数组
5、运行程序查看得到的结果