public void CreateTable() { //建立表 DataTable dt = new DataTable(); //1、新增列 dt.Columns.Add("Name", typeof(string)); //資料型別為文字.
確定! 回上一頁