var context=chess.getContext('2d');
2d代表什么?
指定一个二维画布,也是当前唯一的合法值,未来getContext() 方法可能允许传递一个 "3d" 字符串参数来支持3D 绘图