摘要: // 下载模板function DownloadExcel() { console.log("进入方法"); const xhr = new XMLHttpRequest(); xhr.open("GET",url地址); xhr.send(); xhr.responseType = 'blob'; 阅读全文
posted @ 2021-09-07 15:18 不是安逸 阅读(1712) 评论(0) 推荐(0)