[NSJSONSerialization dataWithJSONObject:jsonArray options:NSJSONWritingPrettyPrinted error:nil]
[NSJSONSerialization JSONObjectWithData:responseData options:NSJSONReadingMutableContainers error:nil]
必须保证数据不为nil,不然必闪,还有就是不能相信后台返回的数据是无误的,除了加判断还是加判断,漏了加就是等于定时炸弹
网友评论