Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被要求使用StringUtils.equalIgnoreCase方法而不是String.equalIgnoreCase 任何人都可以告诉我原因吗?
StringUtils.equalIgnoreCase
String.equalIgnoreCase
他们有什么区别?
StringUtils 的方法是 nullsafe(即)如果两个元素中的任何一个是null,它不会抛出NullPointerException。
null
NullPointerException