L'en-tête NSdata stocke la longueur de l'image, ru : <00000000 000768f3 >, c'est un nombre hexadécimal, comment le convertir en décimal
认证高级PHP讲师
uint64_t length = 0; [data getBytes:&length length:8]; length = CFSwapInt64HostToBig(length);
认证高级PHP讲师