来自文件字符串的dictionaryWithContentsOfFile
我想从 plist 加载 NSDictionary
并且内存中有 plist 字符串,但没有 plist 文件。 NSDictionary DictionaryWithContentsOfFile:
仅接受文件名,不接受文件字符串。如何使用 plist 文件加载 NSDictionary
?
I want to load a NSDictionary
from a plist and I have the plist string in memory, I don't have the plist file. NSDictionary dictionaryWithContentsOfFile:
only accepts file name, it won't accept file string. How can I load the NSDictionary
with a plist file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
干得好...
Here you go...