用TempData。 TempData["id"] = "x"; redict() 然后red的action var id = TempData["id"] as T; 只能用一次 然后TempData就清楚掉了