注冊

wx.opendocument 程序文件,opendocument怎么打開

2017-12-11
導(dǎo)讀:新開頁面打開文檔,支持格式:doc, xls, ppt, pdf, docx, xlsx, pptx OBJECT參數(shù)說明: 參數(shù) 說明 必填 說明 最低版本 filePath String 是 文件路徑,可通過 downFile 獲得 fileType String 否 文件類型,指定...

新開頁面打開文檔,支持格式:doc, xls, ppt, pdf, docx, xlsx, pptx

OBJECT參數(shù)說明:

參數(shù) 說明 必填 說明 最低版本
filePath String 文件路徑,可通過 downFile 獲得  
fileType String 文件類型,指定文件類型打開文件,有效值 doc, xls, ppt, pdf, docx, xlsx, pptx 1.4.0
success Function 接口調(diào)用成功的回調(diào)函數(shù)  
fail Function 接口調(diào)用失敗的回調(diào)函數(shù)  
complete Function 接口調(diào)用結(jié)束的回調(diào)函數(shù)(調(diào)用成功、失敗都會執(zhí)行)

示例代碼

wx.downloadFile({
  url: 'http://example.com/somefile.pdf',
  success: function (res) {
    var filePath = res.tempFilePath
    wx.openDocument({
      filePath: filePath,
      success: function (res) {
        console.log('打開文檔成功')
      }
    })
  }
})
重磅推薦:小程序開店目錄

第一部分:小商店是什么

第二部分:如何開通一個(gè)小商店

第三部分:如何登錄小商店

第四部分:開店任務(wù)常見問題

第五部分:小商店可以賣什么

第六部分:HiShop小程序特色功能

第七部分:小程序直播

第八部分:小程序收貨/物流

第九部分:小程序怎么結(jié)算

第十部分:小程序客服

第十一部分:電商創(chuàng)業(yè)

第十二部分:小程序游戲開發(fā)