时间:2024-10-11 21:27:40
1、首先在项目中引入hutool的jar包
3、public static boolean isEmpty(final boolean... array)//判断数组是否为空
5、运行测试程序查看结果