import pygame from pygame.locals import * pygame.init() screen = pygame.display.set_mode((640, 480)) screen.fill((255,255,255)).
確定! 回上一頁