python獲取目錄下文件夾名稱

path = '/opt'
dirs = os.listdir(path)
for dir in dirs:
    print dir
相關文章
相關標籤/搜索