qinkwl

覃空万里

导航

2024年12月23日 #

目录

摘要: 创建目录 os.makedirs 可以递归的创建目录结构 os.makedirs('tmp/python/fileop',exist_ok=True) 当前工作目录下面创建 tmp目录,在tmp目录下面再创建 python目录,在Python目录下面再创建fileop目录 exist_ok=True 阅读全文

posted @ 2024-12-23 16:47 覃空万里 阅读(27) 评论(0) 推荐(0)