$('#map-canvas').html2canvas({ onrendered: function (canvas) { var img = canvas.toDataURL("image/png"); window.open(img); }
確定! 回上一頁