using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace textTest { public partial class WebForm1 : System.Web.UI.Page { p
class Program { static void Main(string[] args) { EmployeeDAL DAL = new EmployeeDAL(); List<Sys_Employee> list = DAL.GetAll().ToList(); //WriteTxt(list); //DeleDirFile(); Console.WriteLine("请输入文件路径!"); string path = Console.ReadLine(); Rea