Loading...
import os import shutil import time def main(): """ GOGOGO """ # 1、获取当前目录 now_path = input('请输入要扫描的目录:') num = int(input('请输入要...