var canvas = document.getElementById("canvas"); var context = canvas.getContext("2d"); context.fillStyle = 'red'; context.fillRect(50, ...
確定! 回上一頁