fillRect (0,0,150,75); </script>. var c = document.getElementById("Canvas1"); 這一行是由javascript 選取canvas 這個畫布元素, var ctx = c.getContext("2d");
確定! 回上一頁