摘要:
/*1. 比较两个字符串是否相等,如果两个均为null,则也认为相等*/ StringUtils.equals("", ""); //结果是true StringUtils.equals(null, null); //结果是true StringUtils.equals(null, ""); //结 阅读全文
摘要:
https://www.cnblogs.com/xunux/p/4882761.html 阅读全文
摘要:
https://www.cnblogs.com/monengji/p/11058242.html https://blog.csdn.net/z_atmosphere/article/details/82625058 阅读全文
摘要:
https://www.cnblogs.com/KingIceMou/p/8075343.html 阅读全文