const html2pdf = function(dom, domWidth, domHeight, windowWidth, windowHeight, fileName){ const pageNum = Math.ceil(domHeight / windowHeight);
確定! 回上一頁