1、在你的项目中加入hutool的jar包
3、Integer[] wrap = ArrayUtil.wrap(value1, value2);//将原始类型数组包装为包装类型
5、运行程序查看得到的结果