时间:2024-10-11 21:26:19
1、在你的项目中引入hutool的jar包
3、int length = ArrayUtil.length(c);//获取数组长度
5、如果数组为null的话得到的结果为0