DataColumn column = new DataColumn("column1", typeof(string)); column.DefaultValue = dh; table.Columns.Add(column); table:要添加新列的DataTable。 dh:为新列的值