使用情境:在產圖的時候,順便下載到本機端. html2canvas(document.querySelector(#capture)).then(canvas => { saveAs(canvas.toDataURL("./images") ...
確定! 回上一頁