python标准库glob 递归目录下所有文件
2021-04-22 09:28
阅读:578
标签:div turn top desktop port print ret imp code python标准库glob 递归目录下所有文件 标签:div turn top desktop port print ret imp code 原文地址:https://www.cnblogs.com/vip136510786/p/13277459.html
import glob
for i in glob.glob(r‘C:\Desktop\**‘,recursive=True):
print(i)
"""
re:?*【0-9】正则,
recursive:开启递归
return:all_path
"""
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:python标准库glob 递归目录下所有文件
文章链接:http://soscw.com/index.php/essay/78012.html
文章标题:python标准库glob 递归目录下所有文件
文章链接:http://soscw.com/index.php/essay/78012.html
评论
亲,登录后才可以留言!