2015/6/6 12:22:13翻牌: 3475临幸: 5 /* basic styles for black background and crosshair cursor */
canvas {
	cursor: crosshair;
	display: block;
    background-color: #000;
}Canvas is not supported in your browser.// when animating on canvas, it is best to use requestAnimationFrame instead of setTimeout or setInterval
// not suppo...