摘要: function getAttachment(url,fileName): void { let init = { headers: {'Accept':'application/octet-stream'} } fetch(url, init).then(res => { try { res.blob().... 阅读全文
posted @ 2019-09-20 16:50 gxqariel 阅读(426) 评论(0) 推荐(0)