StreamReader objRead=File.OpenText(strPath);
strLine=objRead.ReadLine();
我利用上面代码来读strPath的文件,
怎么判断现在已经读到末尾了,
我用strLine != null 来判断,不成功