码迷,mamicode.com
首页 > 微信 > 详细

小程序-----打开PDF文件

时间:2020-03-25 10:37:18      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:文件   小程序   --   程序   data   http   xxxx   document   success   

wx.downloadFile({
        url:"https://xxxxxx.pdf",
        success(res){
          console.log(res)
          let data = res.tempFilePath;
          wx.openDocument({
            filePath:data,
            fileType:‘pdf‘
          })
        }
      })

小程序-----打开PDF文件

标签:文件   小程序   --   程序   data   http   xxxx   document   success   

原文地址:https://www.cnblogs.com/chenguiya/p/12564317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!