摘要: python判断文件和文件夹是否存在、创建文件夹 >>> import os >>> os.path.exists('d:/assist') True >>> os.path.exists('d:/assist/getTeacherList.py') True >>> os.path.isfile( 阅读全文
posted @ 2019-01-21 21:41 陈臭屁 阅读(246) 评论(0) 推荐(0) 编辑
ヾ(≧O≦)〃chencp top