摘要:
public DataTable XLM_test(string path, string nodeName) { DataTable table = new DataTable(); table.Columns.Add("EmployeeID", typeof(string)); table.Columns.Add("EName", typeof(string)); table.Columns.... 阅读全文
posted @ 2010-11-05 00:13 moss_tan_jun 阅读(572) 评论(0) 推荐(0) 编辑