手机
当前位置:查字典教程网 >脚本专栏 >python >Python linecache.getline()读取文件中特定一行的脚本
Python linecache.getline()读取文件中特定一行的脚本
摘要:比如:importlinecacheprintlinecache.getline('2.1_open.py',4)将返回我上一节事例代码文件...

比如:

Python linecache.getline()读取文件中特定一行的脚本1importlinecache

Python linecache.getline()读取文件中特定一行的脚本1printlinecache.getline('2.1_open.py',4)

将返回我上一节事例代码文件2.1_open.py的第4行文字,输出结果:

f = open('/home/evergreen/桌面/test')

查看linecache中的实现(我用的是Ulipad,所以直接将光标停留在linecache处,按F6键)

【Python linecache.getline()读取文件中特定一行的脚本】相关文章:

python解析文件示例

python类定义的讲解

python 获取文件列表(或是目录例表)

python 生成目录树及显示文件大小的代码

python判断windows隐藏文件的方法

python 动态获取当前运行的类名和函数名的方法

Python 条件判断的缩写方法

python逐行读取文件内容的三种方法

Python 字符串中的字符倒转

python 合并文件的具体实例

精品推荐
分类导航