调用wx.downloadFile wx.saveFile 下载保存rar压缩包
机型:小米note3
怎么查找下载之后的文件???
wx.downloadFile({
url: xiazai_read,
success: function(res) {
console.log(res)
var tempFilePath = res.tempFilePath;
wx.saveFile({
tempFilePath: tempFilePath,
success: function(res) {
console.log(res)
var savedFilePath = res.savedFilePath;
console.log("保存在:" + savedFilePath)
}
})
}
})
在社区找到答案了
/Tencent/MicroMsg/wxafiles/wx.........(省略一堆)/(文件名)
但是请问官方 后缀名怎么处理
请问那个 “/wx.........(省略一堆)“ 是什么,那里面有好多这样的文件夹