StringUtils.isEmpty(value)

一般value==null || (“”).equals(value) 

下面这样写,全部覆盖---null和空都有------》 StringUtils.isEmpty(value) 

原文地址:https://www.cnblogs.com/Darkqueen/p/15034266.html