os.walk()函數,可以樹形遍歷整個路徑下的資料夾列表和檔案列表 ... python3.8 # coding=utf-8 import os import sys from pathlib import Path class ...
確定! 回上一頁