摘要: #!/usr/bin/env python3 #-*-coding:utf-8-*- import os class File(object): def __init__(self, pathname): self.pathname = pathname #删除文件 def delectFile(self, filename): #... 阅读全文
posted @ 2017-11-21 16:33 hayden__wang 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 学习资料:https://docs.python.org/3/library/os.html 需要掌握的例子: 阅读全文
posted @ 2017-11-21 14:42 hayden__wang 阅读(159) 评论(0) 推荐(0) 编辑