c#,txt中有四列数据,我想将第三列,和第四列分别的传到textblock1.text,textblock2.text中,如何实现

如下:1ndieLektion-en课,单元1ndieLektion-en课,单元2nderFlughafen-..机场3phaufdemFlughafen在机场4nde... 如下:
1 n die Lektion -en 课,单元
1 n die Lektion -en 课,单元
2 n der Flughafen -.. 机场
3 ph auf dem Flughafen 在机场
4 n der Text -e 课文
5 n der Zoll -..e 海关
6 ph am Zoll 在海关处
展开
 我来答
zhoulin777361
2014-06-15 · TA获得超过362个赞
知道小有建树答主
回答量:789
采纳率:40%
帮助的人:299万
展开全部
private void test(string str_filename)
{
string s1= "";
string s2 = "';
StreamReader sr = new StreamReader(str_filename, System.Text.Encoding.Default);
string s = sr.ReadLine();
while (s != null)
{
s1+= s.Split('\t')[3];
s2+= s.Split('\t')[4];

s = sr.ReadLine();
}
sr.Close();
textblock1.text = s1;
textblock2.text =s2
}
类似这样差不多
追问
s2+= s.Split('\t')[4];        

+= 是为什么?
追答
循环叠加
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式