pygame 本身并不直接支持将动画保存为 GIF,但可以用 Pillow 将截图的图像合成一个 GIF。 import pygameimport sysfrom PIL import Image, ImageSequenceim...