是某一行的数据,不是某一列的数据
拿到DataTable.Rows[0][index].ToString(),然后通过combobox.Items.Add()插入进去
用datagridview,combobox需要将字段内容拼接起来后显示