python統計某路徑下檔案個數,檔案夾個數- IT閱讀

文章推薦指數: 80 %
投票人數:10人

coding:utf-8 -*- import os path = os.getcwd() #獲取當前路徑 num_dirs = 0 #路徑下資料夾數量 num_files = 0 #路徑下檔案數量(包括資料夾) ... 其他 python統計某路徑下檔案個數,檔案夾個數 其他 · 發表2019-01-05 #-*-coding:utf-8-*- importos path=os.g



請為這篇文章評分?