python 自動將文件分類

# -*- coding: utf-8 -*- """ Created on Thu Aug 16 22:15:00 2018 @author: chenze """ import os import shutil import re def mkdir(path): folder = os.path.exists(path) if not folder:
相關文章
相關標籤/搜索