摘要: downloadPicture(imgSrc, name) { const image = new Image() // 解决跨域Canvas 污染问题 image.setAttribute('crossOrigin', 'anonymous') image.src = imgSrc image.o 阅读全文
posted @ 2022-12-07 15:59 zagwk 阅读(712) 评论(0) 推荐(0)