... new jsPDF({ orientation: "l", unit: "mm" }); doc.text('ACT', 130, 20); var string = doc.output('datauristring'); console.log(string); ...
確定! 回上一頁