fillRect (0,0,canvas.width,canvas.height,1); } function distance(dx,dy){ return Math.sqrt(dx * dx + dy * dy); } function draw(){
確定! 回上一頁