HTML canvas drawImage() 方法HTML canvas 参考手册要使用的图片: 实例向画布上面绘制图片: ... ctx.drawImage(img,10,10); ... drawImage(img,x,y,width,height); ...
確定! 回上一頁