string str = null;
using(StreamReader sr = new StreamReader("E/1.txt",System.Text.Encoding.UTF8))
{
str = sr.ReadLine();
}
string str = null;
using(StreamReader sr = new StreamReader("E/1.txt",System.Text.Encoding.UTF8))
{
str = sr.ReadLine();
}

被折叠的 条评论
为什么被折叠?