若要取得所有檔案的絕對路徑,讓程式逐一處理的話,可以這樣寫:. #!/usr/bin/python # -*- coding: utf-8 -*- from os import walk from os.path import join # 指定 ...
確定! 回上一頁