StringUtils.isEmpty("空格"),会忽略空格 为falise StringUtils.isBlank(),不会忽略空格,如果参数为空格,也表明是空,为ture isEmpty和isBlank都能 既能判断""又能判断null CollectionUtils.isNotEmpty() 判断集合是否为空