会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lucky8492
博客园
首页
新随笔
管理
2020年4月16日
python 判断目录和文件、文件夹 是否存在,若不存在即创建
摘要: 判断目录是否存在import osdirs = 'C:\Users\Administrator\Desktop\work\python\' if not os.path.exists(dirs): os.makedirs(dirs) 判断文件夹是否存在 import os path =os.path
阅读全文
posted @ 2020-04-16 10:29 lucky8492
阅读(13313)
评论(0)
推荐(0)
编辑
公告