vue通过地址下载文件
摘要:
通过a标签 // 创建a标签 const link = document.createElement('a') // download属性 link.setAttribute('download', row.newName) // href链接 link.setAttribute('href', r 阅读全文
posted @ 2021-04-02 18:41 阿长*长 阅读(1695) 评论(0) 推荐(0) 编辑