软工作业 3:个人编程
摘要:
一、程序分析 def process_file(dst): # 读文件到缓冲区 try: # 打开文件 f=open(dst,'r') except IOError as s: print (s) return None try: # 读文件到缓冲区 x=f.read() except: print 阅读全文
posted @ 2018-10-06 18:37 斑马z 阅读(124) 评论(0) 推荐(0)
posted @ 2018-10-06 18:37 斑马z 阅读(124) 评论(0) 推荐(0)