import os import re #所在文件路径 file_path = os.listdir('F:/Python/第一周作业/task/') for files in file_path: #遍历所有 file ...
確定! 回上一頁