建立一筆新的DataRow,並且等於新的dt row DataRow row = dt.NewRow(); ... row["Count"] = "0"; //新增資料至DataTable的dt內 dt.Rows.Add(row);
確定! 回上一頁