赞
踩
代码如下:
#!/usr/bin/env python import os from moviepy.editor import * def listFile(dir): dirs = os.listdir(dir) for file in dirs: f_p