手机
当前位置:查字典教程网 >脚本专栏 >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获取Linux系统的各种信息

Python群发邮件实例代码

python正则表达式修复网站文章字体不统一的解决方法

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

Python 字符串中的字符倒转

Python Mysql自动备份脚本

python解析文件示例

精品推荐
分类导航