... join # 指定要列出所有檔案的目錄 mypath = "/var/log" # 取得所有檔案與子目錄名稱 files = listdir(mypath) # 以迴圈處理 for f in files: ...
確定! 回上一頁