public void CreateTable() { //創建表 DataTable dt = new DataTable(); //1、添加列 dt.Columns.Add("Name", typeof(string)); //數據類型為文本.
確定! 回上一頁