getContext('2d'); context.scale(2,2); html2canvas(div, { canvas: canvas }).then(function(canvas) { // do what you want });. picture ...
確定! 回上一頁