ctx。beginPath( );
ctx。arc( i * 30,j * 30,3,0,Math。PI * 2,false );
ctx。fillStyle = "black";
ctx。fill( );
ctx。closePath( );