gpt4 book ai didi

Python。从中途点开始逐行读取文件(按字节)

转载 作者:太空宇宙 更新时间:2023-11-03 13:21:49 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
python: how to jump to a particular line in a huge text file?

我正在尝试从一个大 (250Mb) 文件中读取多行。

header 告诉我某些部分在哪里,即文件的历史部分从字节 241817341 开始。

那么有没有一种方法可以只从该字节开始读取文件,而不必先遍历文件的其余部分?像这样的东西:

file = open(file_name,'r')
history_line = file.readline(241817341)
while history_line != 'End':
history_line = file.readline()
[Do something with that line]

这样的事情可行吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com