摘要:
http://www.acejoy.com/thread-3336-1-1.html 阅读全文
摘要:
借鉴:http://www.cnblogs.com/suizhikuo/archive/2013/06/07/3125225.htmlvs2012 mvc4最终效果:1、建立mvc4 Internet应用程序2、Models下建立Product.cs类 public class Product { public int Id { get; set; } public string Name { get; set; } public int TypeId { get; set; } } public enum TypeName {... 阅读全文