摘要: python判断文件和文件夹是否存在、创建文件夹 import os os.path.exists('d:/assist') True os.path.exists('d:/assist/getTeacherList.py') True os.path.isfile('d:/assist') Fal 阅读全文
posted @ 2021-01-06 00:06 yclizq 阅读(2020) 评论(0) 推荐(0)