摘要: public ActionResult Create(FormCollection form) { string name = form["name"]; //姓名 string mobile = form["mobile"]; //手机号 return View(); ... 阅读全文
posted @ 2019-02-18 09:31 张伟大 阅读(2354) 评论(0) 推荐(0) 编辑