如何在 iPad 应用程序中保存 UIWebView 中的一些数据
我正在为 iPad 制作一个应用程序。 我已经在 UIWebView 中加载了本地 html 文件。我现在已经从用户那里收集了一些数据。我想将其保存在本地,以便应用程序可以将其用于其他目的。
I am making an app for an IPad.
I have loaded a local html file in the UIWebView. I have now collected some data from the user. I want to save this locally so it can be used by the application for some other purpose.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以开始阅读有关属性列表的内容。我认为它对您的目的非常有用。
You could start reading about Property lists. I think that it could be very useful for your purpose.
如果信息不大,则将其存储在 plist 中,并在需要时使用它。
store the information in plist if it is not huge and use it whenever required.