1、有一些软件,可以复制文本+图片,然后进行粘贴。 比如:钉钉。 请问这个是怎么做到的呢? 2、但是操作系统中是否只能要么复制文本,要么复制图片,不能同时一次性复制文本+图片对吗?
uni.saveFile({ tempFilePath:response.tempFilePath, complete :result => { uni.openDocument({ filePath:result.savedFilePath, fileType:"docx", showMenu:true, complete: result => { } }) } }) 通过uni.download下载的word文件,使用openDocument的api可以打开文件 但是点击右上角的分享出现如下图的链接也无法打开 "image.png" (https://wmprod.oss-cn-shanghai.aliyuncs.com/c/user/20240914/9f267f653007dbee2e1c8a4607945be4.png)