StringUtils下幾種判空方法

1.public static boolean isEmpty(final CharSequence cs) {         return cs == null || cs.length() == 0;     } 判斷的主要根據字符串長度和NULL. 2.  public static boolean isNotEmpty(final CharSequence cs) {         r
相關文章
相關標籤/搜索