def file_extension(path): return os.path.splitext(path)[1]
本文标题:Python-判断文件后缀
本文链接:https://www.haomeiwen.com/subject/zzkzattx.html
网友评论