Add(dc2); for (int i = 0; i <20; i++) { DataRow row = dt.NewRow(); row["Name"] = i.ToString(); row["Age"] = i.ToString(); dt.Rows.
確定! 回上一頁