会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dafengchui
博客园
首页
新随笔
联系
订阅
管理
2022年6月23日
python 一个文件夹最新文件复制到另外一个文件夹
摘要: 1 # -*- coding: utf-8 -*- 2 import os 3 import shutil 4 5 6 def listdir(path, list_name): # 传入存储的list 7 for file in os.listdir(path): 8 file_path = os
阅读全文
posted @ 2022-06-23 16:44 dafengchui
阅读(171)
评论(1)
推荐(0)
公告