CSDN博客地址
摘要: 1:ArrayUtils.isEmpty(strs);判断数组是否为空,不为空返回false,为空时返回true。 ArrayUtils.isEmpty(new String[]{"21","是"});//返回结果为false ArrayUtils.isEmpty(new String[]{""}) 阅读全文
posted @ 2018-03-12 18:46 Yi_warmth 阅读(293) 评论(0) 推荐(0) 编辑
CSDN博客地址