MVC:一个View显示多个Model多个Model你可以使用ViewBag或ViewData , 或者:Model["myInfo"] as.比如:Tuple<string, string> myInfo = Model["myInfo"] as Tuple<string, string>;