Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个 API 调用给我data作为响应,这个数据是gzipped string. 我如何ungzip在我的 iOS 应用程序中获取这些数据并将原始字符串作为 NSString 取回。
data
gzipped
string
ungzip
您可以寻找方法或直接使用此解决方案,然后将解压缩的数据转换为 NSString。