import glob import re import os # 獲取test文件夾下所有文件file_list = glob.glob("./test/*") # 正則匹配含有中文的文件,並移除for file in ...
確定! 回上一頁