摘要: public class Test { public int id { set; get; } public string name { set; get; } } public ActionResult Index() { Test ts = new Test(); ts.id = 2; ts.n 阅读全文
posted @ 2017-10-27 09:12 花开而已 阅读(618) 评论(0) 推荐(0) 编辑