canvas里面线条颜色没有分开是为什么?
context.beginPath();和context.closePath()也写了
beginPath和 closePath只对画的线有作用,对颜色和fill没有作用