JS截圖問題(尋找Canvas toDataURL 空白問題的解決方案)

背景: 使用js截圖當前頁面的某個位置上傳到服務器html 尋找方案: 使用 html2canvas 方案 http://html2canvas.hertzen.com/web html2canvas(document.querySelector("#abc")).then(canvas => { document.body.appendChild(canvas) }); 使用Canvas
相關文章
相關標籤/搜索