gpt4 book ai didi

python - 从文件中读取行而不在末尾附加 "\n"

转载 作者:IT王子 更新时间:2023-10-29 00:28:04 29 4
gpt4 key购买 nike

<分区>

我的文件是“xml.txt”,内容如下:

books.xml 
news.xml
mix.xml

如果我使用 readline() 函数,它会在所有文件的名称后附加“\n”,这是一个错误,因为我想打开包含在 xml.txt 中的文件。我写了这个:

fo = open("xml.tx","r")
for i in range(count.__len__()): #here count is one of may arrays that i'm using
file = fo.readline()
find_root(file) # here find_root is my own created function not displayed here

运行此代码时遇到错误:

IOError: [Errno 2] No such file or directory: 'books.xml\n'

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