【发布时间】:2017-11-08 17:35:19
【问题描述】:
我发现 Cordova 中的 fullPath 返回为“/”并且 FileEntry.toURL() 和 DirectoryEntry.toURL() 返回格式为“file:///var/mobile/Containers/Data/Application//Documents”的路径,而不是 “cdvfile://localhost/persistent/path/to/file”。
这是在将适用于 Cordova 2.7 的内容升级到 7.0.1(使用 cordova 文件插件):有人对我可能遗漏的内容有任何想法吗?
【问题讨论】: