import pygame import sys pygame.init() screen ... QUIT: pygame.quit() sys.exit() ... pygame.display.set_caption('打地鼠') iconImg ...
確定! 回上一頁