|
工作中碰到了如题的问题,静下心来研究了一下,如下代码: using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Collections; using System.Data;
namespace ConsoleApplication1 { class Program { public static DataTable tabTemp = new DataTable(); public static DataRow drTemp = null; public static DataTable dt = new DataTable(); static void Main(string[] args) { dt.Columns.Add("a", typeof(String)); dt.Columns.Add("b", typeof(String));
|
| 共9页: 上一页 1 [2] [3] [4] [5] [6] [7] [8] [9] 下一页 |
评论加载中…