var context = canvas.getContext("2d"); context.fillStyle = 'red'; context.fillRect(10, 10, 200, 200); context.fill(); context.translate(250, ...
確定! 回上一頁