摘要:
string configfile = Server.MapPath("~/csspath.txt");string lineStr = null;DataTable dt = new DataTable();dt.Columns.Add("loc");if(File.Exists(configfile)){ StreamReader re = File.OpenText(configfile); try{ while((lineStr = re.ReadLine()) != null) { DataRow dr = dt.NewRow(); dr[&q 阅读全文
摘要:
http://www.pccode.net/info/2010/01/25/20100125-1218.html 阅读全文