C# 该行已经属于另一个表。

table.Rows.Add(dr);
改为
table.Rows.Add(dr.ItemArray);

posted on 2023-05-29 14:02  糯米白白  阅读(142)  评论(0)    收藏  举报

导航