标签:存在 pat pre 创建文件 创建文件夹 ase pytho python files
if not os.path.exists(os.path.join(basePath, "Files")): """判断文件夹是否存在,不存在则创建文件夹""" os.mkdir(os.path.join(basePath, "Files")) screenshotPath = os.path.join(basePath, "Files")
标签:存在 pat pre 创建文件 创建文件夹 ase pytho python files
原文地址:https://www.cnblogs.com/nieliangcai/p/13048793.html