摘要: 学号:2017*****7231 姓名:李根 第一段:读取文件 def process_file(dst): # 读文件到缓冲区 try: # 打开文件 f = open(dst, 'r') except IOError as s: print (s) return None try: # 读文件到 阅读全文
posted @ 2019-03-26 19:37 l李根 阅读(140) 评论(0) 推荐(0)