标签:提交数据 不同 页面 json 类型 rect 参数 之一 返回
//展示页面 [HttpGet] public ActionResult Add() { return View(); } //提交数据 [HttpPost] public ActionResult Add(Goods goods) { return Json(goods); }
标签:提交数据 不同 页面 json 类型 rect 参数 之一 返回
原文地址:https://www.cnblogs.com/xiaoliwang/p/9536838.html