摘要: 1.ViewData:C传递数据到V中:ViewData["studentList"]=studentList; V接收C传来的数据:var stu=(Student)ViewData["studentList"]; 2.ViewBag:C >V:ViewBag._product=p; 接收:var 阅读全文
posted @ 2017-06-08 23:27 倔小强 阅读(148) 评论(0) 推荐(0) 编辑