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.
我正在将文件从服务器下载到我的 iPhone 应用程序。但在文本文件中我无法读取这些字符
艾伊欧
有什么方法可以读取字符吗?
尝试使用+ (id)stringWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error. 您必须找出文件使用的编码并使用它。这是可用编码的列表(跳转到... NSStringEncoding)。
+ (id)stringWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error