getContext("2d"); //然後將畫布縮放,將圖像放大兩倍畫到畫布上context.scale(2,2); html2canvas(document.querySelector("#code"), { canvas: ...
確定! 回上一頁