JS生成PDF文件 代碼: var pdf = new jsPDF('p','pt','a4'); pdf.internal.scaleFactor = 1; //可以調整縮放比例 var options = ...