摘要: download = (id,filename) => { fetch(`http://127.0.0.1:8111/v1/downloadtask/${id}`, { method: "GET", headers: { "Content-Type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ... 阅读全文
posted @ 2020-04-14 14:26 94cool 阅读(234) 评论(0) 推荐(0)