python检测是文件还是目录的方法

2025-04-05 22:15:43
推荐回答(1个)
回答1:

import os

os.path.isdir    
os.path.isfile   
os.path.islink   
os.path.ismount