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.
我的应用程序告诉我,我的 iCloud 通用容器在这里:
file://localhost/private/var/mobile/Library/Mobile%20Documents/.../
当我尝试使用 获取目录时fileSystem.root.getDirectory,我出错并且没有得到DirectoryEntry. 我试过window.resolveLocalFileSystemURI了,但这也以错误结束。
fileSystem.root.getDirectory
DirectoryEntry
window.resolveLocalFileSystemURI
如何获取此目录的条目,以便我可以写入它?
使用 javascript 桥接器。iCloud 有如此多的设置和错误处理,如果没有某种复杂的包装器,它实际上不可能完全在 javascript 中处理。