uniapp 在线预览各种格式文件(支持doc, xls, ppt, pdf, docx, xlsx, pptx格式) 适用于小程序 (解决了真机调试可以打开,发布体验版打不开的问题)
代码:uni.downloadFile({url:'https://example.com/somefile.pdf',//自定义的文件地址success:function(res){varfilePath=res.tempFilePath;uni.openDocument({filePath:filePath,showMenu:true,success:function(res){console