Python linecache.getline()读取文件中特定一行的脚本
2018-10-15 17:15
阅读:367
比如:
Code highlighting produced by Actipro CodeHighlighter (freeware)
importlinecache
printlinecache.getline(2.1_open.py,4)
将返回我上一节事例代码文件2.1_open.py的第4行文字,输出结果:
f = open(/home/evergreen/桌面/test)
查看linecache中的实现(我用的是Ulipad,所以直接将光标停留在linecache处,按F6键)
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python linecache.getline()读取文件中特定一行的脚本
文章链接:http://soscw.com/essay/18494.html
文章标题:Python linecache.getline()读取文件中特定一行的脚本
文章链接:http://soscw.com/essay/18494.html
评论
亲,登录后才可以留言!