import os.path def unify_ext_with_os_path(path): """统一目录下的 .txt 文件名后缀为 .csv """ for filename in os.listdir(path): basename, ...
確定! 回上一頁