要使画布填充整个页面,您需要页面的宽度和高度为100%。
* { margin: 0; padding: 0; } body, html { height:100%; } #canvas { position:absolute; height:100%; width:100%; }