摘要:
/*1. 比较两个字符串是否相等,如果两个均为null,则也认为相等*/ StringUtils.equals("", ""); //结果是true StringUtils.equals(null, null); //结果是true StringUtils.equals(null, ""); //结 阅读全文
posted @ 2020-05-18 17:20
那些年的代码
阅读(3735)
评论(0)
推荐(0)
摘要:
https://www.cnblogs.com/xunux/p/4882761.html 阅读全文
posted @ 2020-05-18 16:25
那些年的代码
阅读(338)
评论(0)
推荐(0)
摘要:
https://www.cnblogs.com/monengji/p/11058242.html https://blog.csdn.net/z_atmosphere/article/details/82625058 阅读全文
posted @ 2020-05-18 16:19
那些年的代码
阅读(166)
评论(0)
推荐(0)
摘要:
https://www.cnblogs.com/KingIceMou/p/8075343.html 阅读全文
posted @ 2020-05-18 10:43
那些年的代码
阅读(125)
评论(0)
推荐(0)