标题:IO是什么意思
取消只看楼主
casualhewo
Rank: 1
等 级:新手上路
帖 子:267
专家分:0
注 册:2006-6-13
 问题点数:0 回复次数:1 
IO是什么意思
private void LoadOccupations()
{
try
{
System.IO.StreamReader er = new System.IO.StreamReader ("../../Occupation.txt") ;
string input ;
do
{
input = er.ReadLine() ;
if (input = "")
{
this.comboBox1.Items.Add (input) ;
}
}while (er.Peek () != -1) ;
er.Close () ;
}
catch (System.Exception )
{
MessageBox.Show ("File no found") ;
}
}
中的System.IO是指什么IO又是什么。
还有就是er.Peek()的方法是做什么的。
搜索更多相关主题的帖子: void private 
2006-08-08 22:39
casualhewo
Rank: 1
等 级:新手上路
帖 子:267
专家分:0
注 册:2006-6-13
得分:0 

谢谢。返回-1是没有下一行了。。有下一行返回什么啊。


超越自己,挣脱平凡
2006-08-10 08:25



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




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

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