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.
我正在使用 cordova 框架在 iOS 上开发应用程序。我需要将照片(刚拍摄的)保存在特定路径中,但科尔多瓦默认将其设置为 localhost/var/mobile/Applications/.../tmp/cdv_photo_006.jpg 而我想将其保存在 .../www /data/camera/cdv_photo_006.jpg 我该如何解决?
在 IOS 中,您至少可以在非越狱的 iphone 和 ipad 中访问您的应用程序包(temp + 文档文件夹),所以您正在做的事情是不可能的。