0 攝影或3C 2022-11-27 Python: os.listdir(路徑) -> list ,回傳該路徑中有那些檔案,目錄; fpath = os.path.join(folder, “*.csv” ) ; glob.glob(fpath) #通配符匹配(globbing),抓取目錄下的指定檔案名稱 os.listdir()參考資料 C:\Python\term_fr...
近期留言