創建空行DataRow dr = dt.NewRow(); dt.Rows.Add(dr); //2.創建空行dt.Rows.Add(); //3.通過行框架創建並賦值dt.Rows.Add("張三",DateTime.
確定! 回上一頁