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'): os.mkdir('year')
posted on 2022-10-13 21:44 天天编程je 阅读(38) 评论(0) 收藏 举报