如何使用此API在Phonegap中创建嵌套目录?
fileSystem.root.getDirectory("Android/data/com.phonegap.myapp/dir_one/dir_two/", {create:true}, gotDir, onError);
我在Android 2.2中使用Phonegap 1.8.0.
directory android cordova
android ×1
cordova ×1
directory ×1