glob
Posted liuxiangyan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了glob相关的知识,希望对你有一定的参考价值。
一、glob
import glob for name in glob.glob(‘dir/*‘):#遍历该目录下所有子文件的名字 print (name)
dir/file.txt dir/file1.txt dir/file2.txt dir/filea.txt dir/fileb.txt dir/subdir
以上是关于glob的主要内容,如果未能解决你的问题,请参考以下文章