摘要: var canvas = document.querySelector('canvas'); var ctx = canvas.getContext('2d'); var img = new Image(); img.crossOrigin = 'Anonymous'; img.src = 'xx.png'; img.onload = function () { DrawCircleImg(ctx 阅读全文
posted @ 2019-11-14 15:58 飘舟 阅读(343) 评论(0) 推荐(0) 编辑