摘要: import os import shutil import pandas as pd def clean_filename(filename): """ 清理文件名中的特定符号,将它们替换为破折号(-)。 """ symbols = ['<', '>', ':', '"', '/', '\\', 阅读全文
posted @ 2024-02-18 13:54 不上火星不改名 阅读(62) 评论(0) 推荐(0)