摘要: # import os # class MyRead: # def __init__(self,path): # if not os.path.exists(path): # raise FileExistsError('你的路径不正确 小码农') # self.file=open(path,'rt 阅读全文
posted @ 2019-02-22 14:56 777ijBGly- 阅读(269) 评论(0) 推荐(0) 编辑