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