#!/usr/bin/python # -*- coding: utf-8 -*- from os import walk # 指定要列出所有檔案的目錄 mypath = "/var/log" # 遞迴列出所有子目錄與檔案 for ...
確定! 回上一頁