.then(() => { const { jsPDF } = window.jspdf; const doc = new jsPDF(); doc.text("Hello world", 12, 149);// print text on document ...
確定! 回上一頁