python按正則方式搜索文件

import os,os.path,re def searchFile(pathname,filename):#參數1要搜索的路徑,參數2要搜索的文件名,能夠是正則表代式 matchedFile =[] for root,dirs,files in os.walk(pathname): for file in files:
相關文章
相關標籤/搜索