ASP.NET MVC+LINQ开发一个图书销售站点(7):图书分类管理
1、浏览分类
a. 修改Contoller的为如下
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using BookShop.Models; //import model
namespace BookShop.Controlle
http://www.cyqdata.cn/cnblogs/article-detail-11388