判断返回数据是否为 null

判断是否为null

//尖括号
                if ([regeocode.city isEqual:[NSNull class]]) {
                    NSLog(@"123");
                }
 //圆括号   
                if (regeocode.city == nil) {
                    NSLog(@"345");
                }

上一篇:iOS关于rar解压第三方库Unrar4iOS使用总结


下一篇:centos系统安装rar解压工具unar