判断一个|判断一个 NSArray 是否为空

判断一个 NSArray 是否为空

if ([array isKindOfClass:[NSArray class]] && array.count > 0) { NSLog(@"这是一个非空数组"); }

    推荐阅读