import pygame,sysfrom const import *from pygame.locals import *#封装一个方块类class block(pygame.sprite.Sprite): # def __init__(self,colour_type_url,pos): #