@Html.DropDownList("status", new SelectList(new[] { "駁回", "確認", "已處理" }))List
@Html.DropDownList("status",new[]{ new SelectListItem() { text="駁回", value='駁回' },new SelectListItem() { text="駁回", value='駁回' }})new