1 function draw() { 2 var ctx = document.getElementById('canvas').getContext('2d'); 3 4 ctx.fillRect(0,0,150,150); // Draw a rectangle with ...
確定! 回上一頁