if(string == nil || [string isEqualToString:@“”]){// 做一点事 }
感谢任何建议.
if ([string length] == 0) { // do something }
如果字符串为nil,那么消息为nil将返回零,所有这些都将保持不变.