首页 > PHP资讯 > 工具库 > 微信小程序:文件管理API说明

微信小程序:文件管理API说明

工具库
wx.saveFile(OBJECT)

保存文件到本地。
OBJECT参数说明:
[tr]参数类型必填说明[/tr]

示例代码

wx.downloadFile({  url: 'http://example.com/somefile.pdf',  success: function (res) {    var filePath = res.tempFilePath     wx.openDocument({      filePath: filePath,      success: function (res) {        console.log('打开文档成功')      }    })  }})


更多微信小程序:文件管理 API说明相关文章请关注PHP中文网!

工具库

本文由欣才IT学院整理发布,未经许可,禁止转载。
支持7不支持0