uniapp开发文档(uniapp 打开文档,支持格式:doc, xls, ppt, pdf, docx, xlsx, pptx)


```javascript

uni.downloadFile({

url: 'https://xxxxxxxxxxxxxxxxxxxxxxxxxx.pdf',

app开发文档

success: function (res) {

var filePath = res.tempFilePath;

uni.openDocument({

filePath: filePath,

success: function (res) {

console.log('打开文档成功');

}

});

}

});

```

您可以还会对下面的文章感兴趣

最新评论

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

使用微信扫描二维码后

点击右上角发送给好友