python .txt文件中读取指定行

with open(fileName) as fr: for line in fr.readlines()[6:]: # daima # daima
相关文章
相关标签/搜索