DataRow [] dr = dt.Select("ID= 1"); foreach(DataRow row in dr) { string name = row.Field<string>("NAME"); string contact = row.
確定! 回上一頁