问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 需求 FileSystemManager.readFile(Object object) 客户端 6.7.3 Android 8.1,WeChat 6.7.3.1360
var fs = wx.getFileSystemManager();
var filepath = 'wxfile://storage/emulated/0/Tencent/QQfile_recv/95279521_1127.zip'
fs.access({
path: filepath,
success(res) {
console.debug(res)
},
fail(res) {
console.debug(res.errMsg)
}
})
微信小程序能不能读取到手机sd卡中的文件,如果可以的话filePath该怎么传呢?
微信小程序开发问题解答
本文网址:http://www.91bianli.com/weixinxiaochengxu/37696.html