PREjelly

2022年10月13日

在某路径下建文件夹

摘要: os.chdir('/mnt/g/DA/1') if not os.path.exists('day'): os.mkdir('day') if not os.path.exists('month'): os.mkdir('month') if not os.path.exists('year'): 阅读全文

posted @ 2022-10-13 21:44 天天编程je 阅读(38) 评论(0) 推荐(0)