def main():
source_path,target_path=sys.argv[1],sys.argv[2]
source_files,target_files=getFileList(source_path,target_path)
# print fileList
for filename1,filename2 in zip(source_files,target_files):
cut(filename1,filename2)
评论列表
文章目录