let pdf = new jsPDF('p', 'mm', 'a4'); pdf.addImage(canvas.toDataURL('image/png'), 'PNG', 0, 0, width, height); let data = pdf.output(); fs.
確定! 回上一頁