🌈 搜索
📅  最后修改于: 2022-03-11 14:46:04.993000             🧑  作者: Mango
from pathlib import Path for f in Path().cwd().glob("../*.ext"): print(f) # do other stuff