但是,当我创建实际的SelectList 并传入 selectListItems 时,所有的值都丢失了。我怎样才能保持这些值不变? foreach (SelectListItem item in selectListItems) { string ...
確定! 回上一頁