import pygame import sys import pygame.locals pygame.init() # 初始化screen = pygame.display.set_mode((500, 600)) # 設定螢幕的 ...
確定! 回上一頁