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 和 Angularjs 构建一个应用程序(android/ios),我只是想知道如何将我的静态数据存储在应用程序中?我只是创建一个文件来存储 json 还是有其他方法?
我最终想要的是让用户下载我的应用程序并在不使用互联网的情况下直接访问内容。
谢谢你的帮助。
您可以使用像 sqlite 这样的嵌入式数据库。然后,您可以决定将预填充的数据库与应用程序一起发送或在其他时间加载数据是否有意义。查看storage api的文档