//文件路径file:///var/mobile/Containers/Data/Application/BA1F37E0-92A0-438C-BE5F-DE9911233019/Documents/agepbiz_cube-30.stl
plus.io.resolveLocalFileSystemURL(filePath, function(entry) {
entry.file( function(file) {
console.log('file')
console.log(file)
});
},function(e) {
console.log('resolve file url failed:' + e.message)
})
yaomu
- 发布:2024-06-13 15:50
- 更新:2024-06-25 16:04
- 阅读:224
2 个回复
a8822036
兄弟同样的问题,云打包了就出现 你有解决吗
a8822036
我是用得老大写得一个java录音插件,叫他把输出得音频放到程序沙盒Librany目录,测试是可以的了