小程序,uniapp 实现excel,pdf,word导出并分享
当代码执行结束后将会打开下载已完成的文件excel() { const downloadTask = uni.downloadFile({ url: 'https://kaima.site:9988/uploads-mall/uploads/11111.xlsx', success: function(res) { var filePath = res.tempFilePath; uni.openDocument({ filePath: