從虛擬table中取值
知道列名 string a = ds.tables[0].Rows[0]["列名"].ToString();
不知道列名string a = ds.tables[0].Rows[0][0].ToString();