摘要: Index.cshtml@model IEnumerable 名称 操作 @foreach (var item in Model) { @item.CategoryName }CategoryController.csusing System;using System... 阅读全文
posted @ 2013-12-26 22:52 libingql 阅读(8280) 评论(2) 推荐(0)