json解析过程中,若是全是数字,会默认成__NSCFNumber。 需要变成NSString才能保存时。 newsInfo.uid=[NSString stringWithFormat:@"%@",info.uid];