import os for here, dirs, files in os.walk(startdir, topdown=True): dirs[:] = []
注意:dirs[:] = [] 不能改为 dirs = []