摘要: 方法一:通过Request.Form [HttpPost] public ActionResult Test() { string id=Request.Form["id"]; return View(); }方法二:通过映射到FormCollection... 阅读全文
posted @ 2015-04-02 14:29 小小城城 阅读(107) 评论(0) 推荐(0) 编辑