摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace MvcApplication1.Controllers{ public class Person { public string Name { get; set; } public int Age { get; set; } //public List Numbers { get; set; } publi... 阅读全文
posted @ 2013-08-26 00:44 chunchill 阅读(266) 评论(0) 推荐(0) 编辑