//dt中新增一列 DataColumn dc = dt.Columns.Add(); //列名 dc.ColumnName = columnName; //儲存的資料型別 dc.DataType = typeof(string);
確定! 回上一頁