字符串判断是否为空 2015-11-27 本文已影响26人 迪亚波罗 +(BOOL)stringIsNilOrEmpty:(NSString*)aString { return !(aString && aString.length);}