Data; 建立一張表//建立一個空表DataTable dt = new DataTable(); ... 用Rows.Count來獲取行數時,還是刪除之前的行數,需要使用DataTable.
確定! 回上一頁