Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Phonegap 中开发一个 Android 应用程序,我有大量文件要保存。我一直在寻找 Phonegap 中的最佳存储选项。为此,我需要知道我的应用程序是使用 LocalStorage 还是 sqlite 数据库,应用程序数据将保存在哪里?我认为它将保存在内部存储器中。如果是这样,如何将其移动到 SD 卡?
您可以使用文件系统保存它。关联
我不知道你是否也可以访问 SD 卡。根据您的设备,它可能会有所不同。
您还可以使用 HTML5 的本地存储功能,这是浏览器数据,据我所知只有您的设备。
它将存储在 SD 卡中。您可以在模拟器的“mnt/sdcard/”文件夹中看到它。