04 2020 档案

摘要:import osimport timeimport sysdef create_backup_dir(dir): backup_dir = dir +'/'+time.strftime('%Y%m%d') if not os.path.exists(backup_dir): os.mkdir(ba 阅读全文
posted @ 2020-04-29 08:47 TIMLONG 阅读(542) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示