html2canvas ($("#xxx"), { onrendered: function (canvas) { var url = canvas.toDataURL("image/png"); window.location.href = url; } }); . 其它型別的 ...
確定! 回上一頁