随笔分类 -  vendor

摘要:/* eslint-disable */ // 1:下载 file-saver xlsx,如果出现问题,如果以前是yarn,先执行yarn 如果还不行,再执行npm i 再运行,如果还不行自行调整版本 yarn add 插件名@版本号 // // 文件下载生成 import { saveAs } f 阅读全文 »
posted @ 2022-11-12 09:06 Cherishe 阅读(214) 评论(0) 推荐(0) 编辑
摘要:/* eslint-disable */ import { saveAs } from 'file-saver' import JSZip from 'jszip' export function export_txt_to_zip(th, jsonData, txtName, zipName) { 阅读全文 »
posted @ 2022-11-12 09:04 Cherishe 阅读(22) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示