var doc = new jsPDF(); $('#generatereport').click(function() { doc. ... 代替 doc.save 函式,您必須使用 doc.output 型別作為引數的 'blob' 函式 ...
確定! 回上一頁