【发布时间】:2020-06-18 20:00:55
【问题描述】:
使用 Cordova File Plugin 文件保存在哪里?
如果您删除应用程序,使用插件创建的文件也会被删除吗?
它们是否保存在 App 结构中?
- 回复
- 万维网 |组件 | css |库 index.html
【问题讨论】:
标签: file cordova plugins phonegap
使用 Cordova File Plugin 文件保存在哪里?
如果您删除应用程序,使用插件创建的文件也会被删除吗?
它们是否保存在 App 结构中?
【问题讨论】:
标签: file cordova plugins phonegap
使用 Cordova 文件插件,您可以决定保存文件的位置。 您可以在此处查看各种选项和持久性:https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/
【讨论】: