wx.downloadFile 安卓下载mp3保存临时文件名为htm,苹果正常
wx.downloadFile 安卓下载mp3文件保存临时文件名为htm,苹果系统正常。
wx.downloadFile({
url: ‘http://www.xxx.com/1.mp3’,
success: function (res) {
console.log(res.tempFilePath);
}
})
输出地址为:
wx.downloadFile 安卓下载mp3文件保存临时文件名为htm,苹果系统正常。
wx.downloadFile({
url: ‘http://www.xxx.com/1.mp3’,
success: function (res) {
console.log(res.tempFilePath);
}
})
输出地址为: