问题描述
StreamReaderr=File.OpenText(path);intColNum=0;while(r.ReadLine()!=null){ColNum++;}里面的path怎么得到啊?试过用postedfile.filename,不行,直接用"c://aaa.txt"可以,但是选文件就得不到了,急死了!大家帮我啊。
解决方案
解决方案二:
比如我用StreamReaderr=File.OpenText("C://aaa.txt");就可以但是如果选这个aaa.txt文件,path="C:aaa.txt"就不行了...紧急求助啊...
解决方案三:
StreamReaderr=File.OpenText(@"C:aaa.txt");
时间: 2024-10-01 02:19:06