python 判断路径是否存在

import os

os.path.exists(文件绝对路径)

原文地址:https://www.cnblogs.com/ymjyqsx/p/8329632.html