2021年2月19日
摘要: #!/usr/bin/python # -*- coding: UTF-8 -*- import os, sys path = "/tmp/home/222" try: os.makedirs( path, 0755 ); except Exception,err: if (err.args[0] 阅读全文
posted @ 2021-02-19 09:58 步孤天 阅读(1767) 评论(0) 推荐(0) 编辑