2021年3月10日
摘要: import osimport shutil dirpath = "D:\\20210309\\t20210310"isExists = os.path.exists(dirpath)if not isExists: os.makedirs(dirpath) print(dirpath+' 创建成功 阅读全文
posted @ 2021-03-10 11:08 子虚乌有 阅读(58) 评论(0) 推荐(0)