The code is the following: var doc = new jsPDF('p', 'pt'); console.log(doc); var data = doc.output(); console ...
確定! 回上一頁