function generatePDF() { // Choose the element that our invoice is rendered in. const element = document.getElementById("invoice"); // Choose the element ...
確定! 回上一頁