# -*-coding:utf-8-*- import os for root,dirs,files in os.walk("f:\\"): for dir in dirs: print os.path.join(root,dir).
確定! 回上一頁