querySelector('#mycanvas'); var ctx=c.getContext("2d"); ctx.arc(200,150,50,0,2*Math.PI); ctx.fill() </script> ...
確定! 回上一頁