摘要: <select> @{ foreach (var item in 循环泛型) { <option value="@item.ID">@item.属性名</option> } } </select> 阅读全文
posted @ 2020-06-05 20:36 小浩~ 阅读(214) 评论(1) 推荐(0)