System.out.println(TextUtils.isEmpty(null));
System.out.println(TextUtils.isEmpty(""));

  

05-11 20:14