python获得文件扩展名 import os.path def file_extension(path): return os.path.splitext(path)[1] 开心洋葱 , 版权所有丨如未注明 , 均为原创丨未经授权请勿修改 , 转载请注明python获得文件扩展名! 喜欢 (0)