已有一DataTable类的tb1,其结构(包括字段、约束等)已知。 现定义 DataTable tb2 = new DataTable(); 如何把tb1的结构复制到tb2中? DataTable tb2 =tb1.Clone(); 相关文章: