yaomu
yaomu
  • 发布:2024-06-13 15:50
  • 更新:2024-06-25 16:04
  • 阅读:224

plus.io.resolveLocalFileSystemURL在ios手机上调用不执行,怎么读取ios沙盒绝对路径文件

分类:uni-app

//文件路径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)
})

2024-06-13 15:50 负责人:无 分享
已邀请:
a8822036

a8822036

兄弟同样的问题,云打包了就出现 你有解决吗

a8822036

a8822036

我是用得老大写得一个java录音插件,叫他把输出得音频放到程序沙盒Librany目录,测试是可以的了

要回复问题请先登录注册