python读文件指定行的数据

  作者:会飞的

import linecacheprint linecache.getline('test.txt',3)读取test.txt文件的第3行内容