var chess = document.getElementById('chess');
var context = chess.getContext('2d');
context.stroke();
context.moveTo(0,0);
context.lineTo(450,450);
stroke()放在后面,当你的路线设计好之后,在进行绘画,而不是一出来就绘画