日期:2014-05-17 浏览次数:20452 次
ViewBag.NID = new SelectList(db.NursingType,"NID","NType");
@Html.DropDownList("NID",ViewBag.NID as SelectList)