如何在iPhone中的plist中写入多个数组?
我的应用程序中有十个数组。我想将这些数组值写入(文档目录)plist。是否可以将 10 个数组放入一个 plist 中?否则我将为每个数组创建单独的 plist。哪一个可以实现我的应用程序?请指导我并提供一些示例链接。
谢谢
I have ten arrays in my application. I want to write those array values into the (document s directory)plist. Is possible to put 10 arrays into the one plist?.Else i will create separate plist for each arrays. Which one is possible to implement my application?. Please guide me and give some sample links.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
做你想做的一切是很容易的。
如何创建应用程序文档目录的文件路径:
如何读入:
如何写出:
It's pretty easy to do all you want.
How to make a file path to your applications document directory:
How to read it in:
How to write it out: