files = os.listdir("./") for f in files: if f.lower()[-3:] == "mp4": print (f)
本文标签:python 遍历 本地 文件
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接