数组可以直接转换为DataRow

string[] cc=new string[3]{...};

Dt.Rows.Add(cc);

posted on 2017-03-18 08:57  mol1995  阅读(1626)  评论(0编辑  收藏  举报

导航