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.
如何将数据库存储在手机内存(IOS设备)中?
我尝试使用 window.opendatabase 概念..它存储在浏览器内存中..但我想将它存储在设备内存文件夹中..
window.openDatabase("数据库", "1.0", "Demo", 200000);
我还尝试使用用于将数据库存储在手机内存中的 phonegap 应用程序。但我的网页在外部服务器中。所以从外部服务器中的网页访问设备内存也是探测。
给出一些解决这个问题的建议。
使用CoreData框架。它不适合胆小的人,但它功能强大且有据可查。