body {
    margin: 0;
    overflow: hidden;
    background-color: #000;
}
#gameCanvas {
    border: 2px solid red; /* 临时添加红色边框 */
}