摘要: StringUtils.equals("", ""); //结果是true StringUtils.equals(null, null); //结果是true StringUtils.equals(null, ""); //结果是false StringUtils.equals("",null); 阅读全文
posted @ 2018-05-11 21:27 Dar_Alpha 阅读(189) 评论(0) 推荐(0)