摘要: 页面代码如下:Controllers代码:public ActionResult Create() { List categories = categoryService.GetAll(); ViewData["Categories"] = new SelectList(... 阅读全文