标题:文件读取
只看楼主
ytjpython
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2016-3-24
 问题点数:0 回复次数:0 
文件读取
为什文件按行读取时英文逗号之后的不显示,
汉语之后的显示,
是因为编码问题吗
result=[]
fd = open( "error.txt", "r" )

for line in fd.readlines():
    line=line.strip('\n')
    result.append(list(map(str,line.split(','))))

源文件:
error C2006: #include expected a filename, found 'identifier'
显示之后:error C2006: #include expected a filename
搜索更多相关主题的帖子: expected expected 英文逗号 英文逗号 include include result result 源文件 源文件 
2016-03-28 12:39



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-462999-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.123688 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved