如何创建包含 key ==> 的 .Plist价值?
在我的应用程序中,我需要从 plist 读取数据,我还需要知道如何创建包含键值数据的 plist。有没有更好的方法来读取信息(键值)?
In my application I need to read data from plist also I need to know how to create the plist that contains the key-value data. And is there a better way to read info (key-value)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
读取 plist 数据的最简单方法是使用 NSDictionary:
同样,您可以使用以下方法将其写出:
The easiest way to read plist data is to use NSDictionary:
Similarly you can write it out using: