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 File API 的情况下将文件安全地存储到任何设备内存(如 sd 卡),如果可能的话,我们该如何实现呢?
唯一的方法是编写本机 (java) 代码并从 JavaScript 访问该代码,这就是 phone gap 所做的,所以最好使用已经存在的东西。你不能直接从 JavaScript 访问设备存储。