摘要: await html2canvas(getById("winyh"), { height:500, allowTaint: true, useCORS: true, }).then((canvas) => { let base64url = canvas.toDataURL('image/jpeg', 1.0 ); // document.body.appendChild(canvas); }); 阅读全文
posted @ 2019-12-19 10:09 winyh 阅读(1097) 评论(0) 推荐(0) 编辑