首页 > TAG信息列表 > readLength
NSData转Byte数组分段上传
UIImage *image = [UIImage imageNamed:@"123"]; NSData *data = UIImagePNGRepresentation(image); // 每次读取1024的长度 NSInteger readLength = 1024; NSInteger count = data.length / readLength; NSMutableData *mutData = [NSMutableDat