python连续处理两行数据

连续处理两行数据python import os import linecache import pdb #f = open('myout') count = len(open('myout').readlines()) #last_pos = f.tell() # get to know the current position in the file #f.seek(last_pos) #f
相关文章
相关标签/搜索