手机
当前位置:查字典教程网 >脚本专栏 >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 collections模块实例讲解

Python 字符串中的字符倒转

python判断windows隐藏文件的方法

python备份文件的脚本

python将人民币转换大写的脚本代码

用python删除java文件头上版权信息的方法

python读取注册表中值的方法

Python查看多台服务器进程的脚本分享

python类定义的讲解

python 查找文件夹下所有文件 实现代码

精品推荐
分类导航