DataRow r = table.NewRow();
                    r.ItemArray = t.Rows[oneIndex].ItemArray;
                    table.Rows.Add(r);
posted on 2009-04-10 10:02  caixiaoniao  阅读(94)  评论(0)    收藏  举报