以下是我的代码: for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.event.quit() I'm using PyCharm, and ...
確定! 回上一頁