是否可以捕获或打印html画布中显示为图像或pdf的内容? 我想通过画布生成图像,并能够从该图像生成png。
On some versions of Chrome, you can:
ctx.drawImage(image1, 0, 0, w, h);