要讓畫布填滿整個頁面,頁面的寬度和高度需要為 100%。 * { margin: 0; padding: 0; } body, html { height:100%; } #canvas { position:absolute; height:100%; width:100%; }