jspdf的基本用法

代码如下:import html2Canvas from 'html2canvas' import JsPDF from 'jspdf' exportPDF () { var title = this.htmlTitle h...