摘要: string[] aa=File.ReadAllLines(@"e:\1.txt"); foreach (string a in aa) { if (a.Length == 9) { Response.Write(a + ""); } } 阅读全文