异步获取文件路径之后执行以下代码即可自动下载 // 创建a标签 let a = document.createElement('a') // 定义下载名称 a.download = '文件名称' ...
確定! 回上一頁