摘要: class Program { static void Main(string[] args) { DataTable dt = new DataTable(); dt.Columns.Add("ID", typeof(int)); DataRow oneRow = dt.NewRow(); one 阅读全文
posted @ 2021-12-26 11:48 Captain_Amazing 阅读(64) 评论(0) 推荐(0)