Clear the rectangular area context.clearRect(x,y,width,height)
x: Clear the abscissa of the starting point of the rectangle
y: Clear the ordinate of the starting point of the rectangle
width: clear the rectangle length
height: clear the rectangle height
huatu