在MVC控制器(这里是TestController)下有一个CreateOrder的Action方法 [HttpPost] public ActionResult CreateOrder(List<Person> model) { return View(); } 其中Person类如下: public class Person { public string Name { get; set; } public string IDCard { get; set; } } 这里类似购买火车票的一
var xmlHttp; if (window.ActiveXObject) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if (window.XMLHttpRequest) { xmlHttp=new XMLHttpRequest(); } function getAppCaptcha(cdata){ if (isCaptcha) {return} isCaptcha = true; xmlHttp.open(