有没有一种方法可以在目录上使用glob来获取具有特定扩展名的文件,而只能获取文件名本身,而不是整个路径?
使用os.path.basename(path)来获取文件名。
os.path.basename(path)