手机
当前位置:查字典教程网 >脚本专栏 >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读取注册表中值的方法

Python 文件重命名工具代码

Python 字符串中的字符倒转

Python Mysql自动备份脚本

python文件比较示例分享

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

精品推荐
分类导航