日期:2014-05-18 浏览次数:20705 次
int[] indexArray = { 0, 4, 8 }; for (int i = 0; i < indexArray .Length; i++) { dt.Rows.RemoveAt(indexArray [i] - i); }