var ctx = document.getElementById("myCanvas").getContext("2d"); // 取得Canvas Context ctx.beginPath(); // 「我要開始畫囉!」 ctx.arc(100,100,10, ...
確定! 回上一頁