os.path.exists()

it2023-10-14  66

os.path.exists(file):简而言之,用来判断file这个文件存不存在,存在返回True,不存在返回False。 参考博文

最新回复(0)