위 챗 애플 릿 이 pdf / word / excel 을 여 는 데 실 패 했 습 니 다.

411 단어 위 챗 애플 릿
공식 실례:
wx.downloadFile({
  //    url,      
  url: 'http://example.com/somefile.pdf',
  success: function (res) {
    const filePath = res.tempFilePath
    wx.openDocument({
      filePath: filePath,
      success: function (res) {
        console.log('      ')
      }
    })
  }
})

실제 코드 를 개발 자 도구 에 복사 하면 도구 도 열 리 지 않 고 실제 컴퓨터 도 열 리 지 않 습 니 다. 해결 방법: fileType 설정

좋은 웹페이지 즐겨찾기