for root, dirs, files in os.walk(directory): for file in files: if ... import os import pathlib import timeit import glob def a(): path ...
確定! 回上一頁