日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

微信小程序瀏覽docx,pdf等文件在線預覽使用wx.openDocument

作者:大大。 更新時間: 2023-10-16 編程語言
wx.downloadFile({ 
        url: fileUrl,//pdf鏈接
        success(res) {
          wx.openDocument({ //打開文檔
            filePath: res.tempFilePath,
            fileType: "pdf",//文檔類型
            showMenu: true,
            success: function (res) {
              wx.showToast({
                title: '打開文檔成功',
              })
            },
            fail: function (res) {
              wx.showToast({
                title: '打開文檔失敗',
              })
            },
          })
        },
      })

?

?

原文鏈接:https://blog.csdn.net/weixin_43923808/article/details/131431378

  • 上一篇:沒有了
  • 下一篇:沒有了
欄目分類
最近更新