imageData=context.getImageData(x,y,w,h) imageData对象width height data//将已知的imageData放置到画布中context.putImageData(imageData,dx,dy ...
確定! 回上一頁