2020年6月14日
摘要: 问题表现 Ajax 下载文件成功后,打开提示格式损坏,源代码如下: axios({ method: 'get', url: "/public/工作簿1.xlsx", // 静态资源地址 }).then(res => { const href = document.querySelector('.h 阅读全文
posted @ 2020-06-14 09:58 manbax 阅读(1336) 评论(0) 推荐(0)