A protip by vitochung about c#. ... DataTable table = new DataTable(); table.Columns.Add("key", typeof(string)); table.Columns.Add("value", typeof(int));
確定! 回上一頁