讀取資料夾 內所有檔案與資料夾- iterdir(). # 獲取資料夾中所有檔案for f in Path('files').iterdir(): print(type(f), f). 執行結果
確定! 回上一頁