IsNullOrEmpty:非空非NULL判断IsNullOrWhiteSpace:非空非NULL非空格判断后者优于前者if (!string.IsNullOrWhiteSpace(valueEmpty)){ //}