摘要: 1 import pygame 2 import time 3 import random 4 from pygame.locals import * 5 6 7 class Base(object): 8 def __init__(self, screen_temp, x, y, image_name): 9 self.x = x... 阅读全文
posted @ 2018-07-28 22:45 饭桶大叔 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1 import os 2 import re 3 4 zifu = [''] 5 count = 0 6 rootdir = 'D:\\LittleWorld\\src\\audio\\common' 7 list = os.listdir(rootdir) #列出文件夹下所有的目录与文件 8 for i in range(0,len... 阅读全文
posted @ 2018-07-28 13:16 饭桶大叔 阅读(2466) 评论(0) 推荐(0) 编辑