📜  获取文件扩展名 python 代码示例

📅  最后修改于: 2022-03-11 14:45:18.283000             🧑  作者: Mango

代码示例3
import os.path
extension = os.path.splitext(filename)[1]