摘要: 后台代码 public ActionResult Edit(my m)//my实体类 { testEntities t = new testEntities();//数据库上下文 t.my.Attach(m);//my数据库中的表 ... 阅读全文
posted @ 2015-09-18 09:29 小小高 阅读(929) 评论(0) 推荐(1)