以下是能達成我目的的 Python walk.py 原始碼: import os for dirPath, dirNames, fileNames in os.walk("/python/demo/"): print dirPath for f in fileNames: print ...
確定! 回上一頁