测试代码: import glob import pathlib f10 = glob.iglob('dir/s?.txt') f11 = pathlib.Path("./dir/").glob('星/s?.txt') print(list(f10)) ...
確定! 回上一頁