var doc = new jsPDF(); doc.autoTable({ html: '#print-table' }); window.open(doc.output('datauristring'));. 在Chrome打开使用jsPdf生成的pdf ...
確定! 回上一頁