python-遍歷文件夾基礎練習6

coding:UTF-8 import oslinux def eachFile(filepath): pathDir=os.listdir(filepath) for allDir in pathDir: child = os.path.join(‘%s%s’%(filepath,allDir)) print child.decode(‘gbk’)web if name==’main‘: fil
相關文章
相關標籤/搜索