htm.dropdownlist
@Html.DropDownList("status", new SelectList(new[] { "驳回", "确认", "已处理" }))
@Html.DropDownList("status",new[]{ new SelectListItem() { text="驳回", value='驳回' },new SelectListItem() { text="驳回", value='驳回' }})
文章属于个人工作备忘录,欢迎指正...