gpt4 book ai didi

ios - 如何在 bundle 目录iOS中读取 "a b.txt"

转载 作者:行者123 更新时间:2023-11-28 17:43:01 24 4
gpt4 key购买 nike

我现在有一个问题。我想读取 budle 目录中文件名中有空格的文件内容,如“a b.txt”。如何做到这一点?

先谢谢了。问候。

最佳答案

NSString* filePath= [[NSBundle mainBundle] pathForResource:@"a b" ofType:@"txt"];
NSString* txt= [NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:nil];

文件名中的空格应该不会造成问题。

关于ios - 如何在 bundle 目录iOS中读取 "a b.txt",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7383772/

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