function draw(piece){
context.beginPath();
..........
}
可以写context呀,看你定义draw参数用啥名字,你定义成ctx就用ctx,你定义成content就用context呗