摘要: 调用: DataTable table = new DataTable(); #region 创建 datatable table.Columns.Add(new DataColumn("账号", typeof(string))); ... 阅读全文
posted @ 2014-08-13 17:31 英雄饶命啊 阅读(171) 评论(0) 推荐(0) 编辑