如何在“本地存储”中存储批量数据在 iPhone 中使用 PhoneGap
我正在使用phonegap 开发一个应用程序。 使用phonegap 的数据本地存储是使用键值对完成的,在检索的情况下也是如此。 我想存储和检索批量数据。如何在 Iphone 中使用 Phonegap 来做到这一点。我现在正在使用方法
来检索 - var value = window.localStorage.getItem("key");
来存储 - window.localStorage.setItem("key", "value" );
请帮助我,
提前致谢,
Im developing an appication using phonegap.
The local storage of data using phonegap is done using key-value pairs and same in the case of retrieving.
I want to store and retrieve bulk data. How to do it using Phonegap in Iphone. I am now using the methods
to retrieve- var value = window.localStorage.getItem("key");
to store-- window.localStorage.setItem("key", "value");
Plz help me in this,
Thanks in advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以添加任何 JSONeable 值,例如对象、数组或 XML 节点:)
使用此插件:www.jstorage.info
You can add any JSONeable value, like objects, arrays or a XML node :)
Use this plugin: www.jstorage.info