uni.saveFile({ tempFilePath:response.tempFilePath, complete :result => { uni.openDocument({ filePath:result.savedFilePath, fileType:"docx", showMenu:true, complete: result => { } }) } }) 通过uni.download下载的word文件,使用openDocument的api可以打开文件 但是点击右上角的分享出现如下图的链接也无法打开 