... doc = new jsPDF(); const fileName = 'test.pdf'; doc.text('Hello world!'); const blob = new Blob([doc.output()]); download(fileName, ...
確定! 回上一頁