摘要: #/usr/bin/env python#yehui import os, sys ''' try: os.mkdir('userinfo')except FileExistsError: print("文件夹已存在跳过") ''' ####判断对应目录是否存在 class PathJudge: c 阅读全文
posted @ 2018-05-16 15:53 soranao 阅读(785) 评论(0) 推荐(0) 编辑