摘要: 重要知识点: FileReader.readAsText() readAsText 方法可以将 Blob 或者 File 对象转根据特殊的编码格式转化为内容(字符串形式) const download = (res, mime) => { const mimeList = { pdf: 'appli 阅读全文
posted @ 2021-09-08 09:34 西城东岚 阅读(495) 评论(0) 推荐(0)