初始化 const doc = new jsPDF(); //設置生成的內容(html:表格的ID) doc.autoTable({html: '#table'}); //導出 doc.save('table.pdf'); ...
確定! 回上一頁