易学智能's Archiver
易学智能论坛
›
Python开发
› 三、如何用Python判断文件是否存在
shaoheshaohe
发表于 2019-4-29 15:41:09
三、如何用Python判断文件是否存在
>>> import os
>>> os.path.exists(r'C:\1.TXT')
False
>>>
页:
[1]
查看完整版本:
三、如何用Python判断文件是否存在