gpt4 book ai didi

iphone - 在iphone中读取文本文件

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:04:07 26 4
gpt4 key购买 nike

我想读取放置在服务器上的文本文件。例如我的文件放在这个链接上:http://mysite.com/files/objects.txt如何将此文件的内容读入 NSString

最佳答案

试试这个:

NSError* e;
NSString* str = [NSString stringWithContentsOfURL:@"http://mysite.com/files/objects.txt" encoding:NSASCIIEncoding error:&e]
if(e != nil) {
//There was an error
}
//Everything good

关于iphone - 在iphone中读取文本文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12171440/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com