gpt4 book ai didi

cordova - Phonegap Sqlite、WebStorage、LocalStorage。哪一个?

转载 作者:行者123 更新时间:2023-12-01 06:33:31 25 4
gpt4 key购买 nike

我正在研究将 mysql 数据库转换为 phonegap 应用程序。

现在使用 HTML5 有一个 Web 存储规范(它通常称为本地存储吗?)
这就是我相信 Phonegap 通过它的存储方法/api 使用的。哪个键值字符串对是正确的?

但是我正在阅读本教程,它不断提到 Phonegap 和 Sqlite 作为内置 api。它使用正确的 SQL 语法。

哪个是本地使用的?

对不起,如果这读起来很困惑,我很困惑。

最佳答案

根据 phonegap 文档:

This API is based on the W3C Web SQL Database Specification and W3C Web Storage API Specification. Some devices already provide an implementation of this spec. For those devices, the built-in support is used instead of replacing it with Cordova's implementation. For devices that don't have storage support, Cordova's implementation should be compatible with the W3C specification.



Phonegap 允许 Hook ,以便您可以访问设备上的各种存储选项。
据我所知,术语 localstorage 对象是一个 HTML 功能,其中 Web 浏览器存储信息,这是存储数据的一个糟糕选择,因为我已经看到每次再次启动应用程序时都会清除它。

另一方面,如果您使用数据库对象,即使您再次启动应用程序,它也会被保存。

本地存储
http://diveintohtml5.info/storage.html

电话沟
http://docs.phonegap.com/en/2.3.0/cordova_storage_storage.md.html

关于cordova - Phonegap Sqlite、WebStorage、LocalStorage。哪一个?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17772482/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com