XXX(x,y,width,height) x矩形左上角x坐標(biāo)
y矩形左上角y坐標(biāo)
width 矩形寬度
height 矩形高度
rect()創(chuàng)建矩形和stroke()與fill()一起使用
fillRect()繪制“被填充”的矩形和fillStyle屬性一起使用,放在fillStyle屬性后面
strokeRect() 繪制矩形(無填充)和strokeStyle屬性一起使用,放在strokeStyle屬性后面
clearRect()在給定的矩形內(nèi)清除指定的像素