if (i % 5 === 0) {
ctx.fillStyle="#000"; //没有这一句, 数字的点没法黑色
ctx.arc(x,y,2,0,2*Math.PI,false);
} else{
ctx.fillStyle = "#ccc";
}
当然不行了,得改回来
你想说明什么呢???