用Python 检查一个文件存在 2017-11-17 本文已影响0人 NextStepPeng 导入os.path import os.path isF = os.path.isfile(fname)#如何存在返回真 print(isF) #True