摘要: 在Controller中 .cs public ActionResult AddUser(User u) { …… try { …… GetInsertUser(u); // 注册 或其他操作方法 retutrn RedirectToAction("SHow","AllUser"); } catch 阅读全文
posted @ 2013-11-13 21:14 酒沉吟 阅读(331) 评论(0) 推荐(0)