C#-CODE DataRow[] drs = dt.Select("rIndex = '-1'"); for (int ii = 0; ii < drs.Length; ii++) { dt.Rows.Remove(drs[ii]); } 相关文章: