drawImage(img,0,0,50,50); var pattern = ctx.createPattern(into, 'repeat'); ctx.fillStyle = pattern; ctx.fillRect(0, 0, 400, 400); };.
確定! 回上一頁