@Html.DropDownList("persons", (IEnumerable<SelectListItem>)ViewBag.persons) 生成的html是這樣的: <select id="persons" name="persons">
確定! 回上一頁