怎么用python读取txt文件里指定行的内容,并导入
2个回答
展开全部
path01=“d://folder1//folder2//text01.txt”
oprtype01='r'#oprtype01标识打开类型:'r'为只读
nline01=10#读取行数
file01=open(path01,oprtype01)
lines01=file01.readline(nline01)
oprtype01='r'#oprtype01标识打开类型:'r'为只读
nline01=10#读取行数
file01=open(path01,oprtype01)
lines01=file01.readline(nline01)
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐于2018-03-21
引用hentrix的回答:
path01=“d://folder1//folder2//text01.txt”
oprtype01='r'#oprtype01标识打开类型:'r'为只读
nline01=10#读取行数
file01=open(path01,oprtype01)
lines01=file01.readline(nline01)
path01=“d://folder1//folder2//text01.txt”
oprtype01='r'#oprtype01标识打开类型:'r'为只读
nline01=10#读取行数
file01=open(path01,oprtype01)
lines01=file01.readline(nline01)
展开全部
nline01 = 10 只是将utf-8的编码前10个字符标识出来进行读取,无法读取固定哪一行
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询