会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
南风丶轻语
博客园
首页
新随笔
联系
订阅
管理
2023年5月26日
python 创建、拷贝、移动、删除、遍历文件和文件夹
摘要: python 创建、拷贝、移动、删除、遍历文件和文件夹 ## 1、创建文件夹 ```python import os def create_folder(folder: str): folder = os.path.abspath(folder) if not os.path.exists(fold
阅读全文
posted @ 2023-05-26 13:39 南风丶轻语
阅读(276)
评论(0)
推荐(0)
编辑
公告