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