摘要: 单线程的文件拷贝太折磨人了,所以这里使用多线程的方式去拉满软件效率 import os import shutil import threading import queue class FileItem: """自定义文件对象类,用于存储文件路径和命名序号""" def __init__(self 阅读全文
posted @ 2024-09-19 22:27 阿遇而已 阅读(4) 评论(0) 推荐(0) 编辑