temp = Request.QueryString["mid"]; 怎么取不了值我在post后,再返回视图,取不到上次post的值。 在后台的时候取到的,通过FormCollection values["mid"]