getElementById("myCanvas"); var context = canvas.getContext("2d"); var N=20; var cellSize=width/N; for(var i=0;i<N;i++){ for(var j=0;j<N ...
確定! 回上一頁