var doc = new jsPDF() doc.text('Hello world!', 10, 10) doc.save('a4.pdf'). It gives me this error. ReferenceError: jsPDF is not defined.
確定! 回上一頁