从服务器获取的json数据,通过调用dictionary中的objectForKey方法,返回的是一个id类型数据,需要比较这个数据是否为0,所以需要转化成NSInteger
方法:
NSInteger questionId = [[newQuestion objectForKey:@"question_id"] integerValue];
http://stackoverflow.com/questions/6474679/objective-c-convert-id-to-nsinteger