python读文件指定行的数据

import linecache
print linecache.getline('url.txt',2)

读取url.txt文件的第2行内容

posted @ 2018-07-13 14:48  行木辛  阅读(5444)  评论(0编辑  收藏  举报