DataSet是一个或多个DataTable的组合。 DataGridView的数据源应该对应到某个DataTable。 this.DataGridView.DataSource = ds.tables[0]; 相关文章: