摘要: import html2Canvas from 'html2canvas'import jsPDF from 'jspdf' const htmlToPdf = { getPdf(title,idName, cb = () => {}) { html2Canvas(document.querySel 阅读全文
posted @ 2023-07-14 17:17 郭大蛋子 阅读(81) 评论(0) 推荐(0) 编辑