DataTable 表示一个数据表 DataSet 表示一个数据集,包含多个DataTable 在查询数据库数据时一般都是用DataTable 也可以用DataSet,但是要通过dt.Tables["table1"]或dt.Tables[0]获取表