Get a PNG image base64-encoded data URL and display it right away: ... (dataUrl) { var img = new Image(); img.src = dataUrl; document.body.
確定! 回上一頁