import os from PIL import Image current_path = os.getcwd() for root, dirs, files in os.walk(current_path, topdown=False): for name in files: ...
確定! 回上一頁