摘要: if not os.path.exists(path): oldmask = os.umask(000) os.makedirs(path, mode=0o777) os.umask(oldmask) 阅读全文
posted @ 2022-08-03 15:33 凯尔哥 阅读(290) 评论(0) 推荐(0) 编辑