正常用法引入jspdf.min.js var doc = new jsPDF() doc.text('Hello world!', 10, 10) doc.save('a4.pdf') api可查看官方說明jsPDF 根據不同需求, ...
確定! 回上一頁